Click or drag to resize
AceoffixCtrlAllowCopy Property
Sets or retrieves a value that indicates whether Copy, Paste and download are allowed in the current document.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public bool AllowCopy { get; set; }

Property Value

Type: Boolean
The default value is true.
Remarks
If the value is false, Copy, Paste and download will be disabled in the current document.
See Also