|
CompressionType property (TgtTIFFEngine) |
Top |
|
Description TgtTIFFCompressionType := (ctNone, ctPackBits, ctZip).
Default: ctZip
Use this property to set the compression type. It can be any one of ctNone, ctPackBits or ctZip.
Example:
Delphi: gtTIFFEngine1.CompressionType := ctPackBits;
C++Builder: gtTIFFEngine1->CompressionType = ctPackBits;
|