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

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

Property Value

Type: Boolean
The default value is false.
Remarks

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

The advantages of using CompressDocument property are saving the space of server disk, reducing network traffic and speeding up opening or saving document.

The disadvantage of using CompressDocument property is that the compressed format can not be easily identified by other softwares and the users logged on the Web server can not open the compressed document by double-clicking.

Typically, there is no need to use this property.

See Also