Click or drag to resize
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: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public bool EnableUserProtection { get; set; }

Property Value

Type: Boolean
The default value is false.
See Also