www.gnostice.com 

IsGrayScale property (TgtTIFFEngine)

TgtTIFFEngine

Top 

 

property Grayscale: Boolean;

 

Description

 

Default: False

 

Use this property to set the image to grayscale. If Grayscale is True, then image is rendered Grayscale, Otherwise it is coloured.

 

Example:

 

Delphi:

gtTIFFEngine1.Grayscale := True;

 

C++Builder:

gtTIFFEngine1->Grayscale = True;