This property defines the color space when saving images in TIFF file format.
[C++Builder] imagekitcontrolname->FileIO->TiffColorSpace[=
TVIkTiffColorSpace ]
[Delphi] imagekitcontrolname.FileIO.TiffColorSpace[=
TVIkTiffColorSpace ]
Property Value
[TVIkTiffColorSpace Type]
Unit
IkInit
type
TVIkTiffColorSpace = (vikRGB,
vikCMYK);
Value | Explanation |
---|---|
vikRGB | RGB (default) |
vikCMYK | CMYK |
Explanation
The TiffColorSpace property defines the color space when saving images in TIFF file format. The default value is 0. This property is enabled when the image to be saved is 24 or 32 bit color. If the TiffColorSpace property is set to 1 (CMYK) then the image file will be converted to 32 bit. This property can be set when using Uncompressed TIFF, PACKBITS or LZW file formats.
Setting this value
This value can be set at run-time.
Retrieving this value
This value can be retrieved at run-time.
Differences from ImageKit7/8/9 ActiveX
The VCL constants have a "v". In ActiveX, the constants are ikRGB and vikCMYK