www.gnostice.com 

CompressionType property (TgtTIFFEngine)

TgtTIFFEngine

Top 

property CompressionType: TgtTIFFCompressionType;

 

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;