<< Click to Display Table of Contents >> Compression |
[Not supported by the Community Edition]
Returns / sets the current mode for file compression. This affects writing native VPE document files as well as exporting PDF files.
property Compression [long] VPE.Compression
read / write; runtime only
Possible Values:
ActiveX / VCL |
Value |
Enum |
Comment |
DOC_COMPRESS_NONE |
0 |
None |
no compression |
DOC_COMPRESS_FLATE |
1 |
Flate |
flate (ZLIB) compression |
Default:
DOC_COMPRESS_FLATE
Remarks:
When creating a VPE document file using SwapFileName, compression is always activated.
The trial version of VPE will always use compression for exported PDF files.
For the Community Edition, compression is not available.