This property defines the color space when saving images in TIFF file format.
[Visual
Basic] imagekitcontrolname.File.TiffColorSpace[=
TiffColorSpaceConstants ]
[Visual C++] [
long =
]imagekitcontrolname.GetFile().GetTiffColorSpace()
imagekitcontrolname.GetFile().SetTiffColorSpace(long Val)
imagekitcontrolname.GetFile().SetTiffColorSpace(long Val)
[VB.NET] imagekitcontrolname.File.TiffColorSpace[=
ImageKit9(A)Lib.TiffColorSpaceConstants ]
[C#.NET] imagekitcontrolname.File.TiffColorSpace[=
ImageKit9(A)Lib.TiffColorSpaceConstants ]
ImageKit9ALib refers to the ANSI version, ImageKit9Lib refers to the Unicode version.
Property Value
Value | Explanation |
---|---|
0 | RGB (default) |
1 | CMYK |
The following constants can also be used (ikRGB = 0, ikCMYK = 1)
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.