Click or drag to resize
AceoffixCtrlEncryptDocument Property
Sets or retrieves a value that indicates whether the document will be encrypted when AceoffixCtrl saving document.

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

Property Value

Type: Boolean
The default value is false.
Remarks

If the value is true, AceoffixCtrl will encrypt the document and then save the encrypted document to the Web server. When opening the encrypted document next time, AceoffixCtrl can automatically identify it and open it.

Using EncryptDocument property will enhance the security of the documents on the Web server. The encrypted format can not be easily identified by other softwares and the users logged on the Web server can not open the encrypted document by double-clicking.

Typically, there is no need to use this property.

See Also