HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.Compression
|
Top Previous Next |
|
Determines the PDF file compression.
type THPDFCompressionMethod = (cmNone, cmFlateDecode);
Delphi syntax: property Compression: THPDFCompressionMethod;
C++ syntax: __property THPDFCompressionMethod Compression;
Description Use Compression to get or set the PDF file compression. Compression is one of the following values:
Value Meaning cmNone PDF file not compressed. cmFlateDecode PDF file encoded using the deflate compression method.
Code Example
|