Discuss this help topic in SecureBlackbox Forum
Specifies if the document should be compressed.
Declaration
[VB.NET]
Property Compress As Boolean
[Pascal]
property Compress : boolean;
[C++]
bool get_Compress();
void set_Compress(bool Value);
[PHP]
bool get_Compress()
void set_Compress(bool $Value)
[Java]
boolean getCompress();
void setCompress(boolean Value);
Description
Set this property to True to compress the document during encryption. The default value is False.
Discuss this help topic in SecureBlackbox Forum