AceoffixCtrlEnableUserProtection Property |
Indicates whether the document protection set by user will be enabled. It can only be applied to Word and Excel document and can only be used in the docNormalEdit and xlsNormalEdit mode. Typically, there is no need to set this property. Aceoffix can protect the document automatically and control document flow better.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic bool EnableUserProtection { get; set; }
Public Property EnableUserProtection As Boolean
Get
Set
<asp:AceoffixCtrl EnableUserProtection="True|False" />
Property Value
Type:
BooleanThe default value is false.
See Also