HotPDF Delphi PDF Component Developer Guide | ![]() |
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.
|
Copyright©2007-2019 losLab.com |