[Visual
Basic] imagekitcontrolname.File.TiffSaveOneStrip
[ = Boolean ]
[Visual C++] [
Bool =
]imagekitcontrolname.GetFile().GetTiffSaveOneStrip()
imagekitcontrolname.GetFile().SetTiffSaveOneStrip(BOOL Val)
imagekitcontrolname.GetFile().SetTiffSaveOneStrip(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | The TIFF image is saved in a single strip |
False | The TIFF image is saved in multiple strips |
Explanation
The TiffSaveOneStrip property sets whether or not a TIFF image is saved as one strip or multiple strips. The default value is False. This property is enabled for all TIFF file formats except TIFF GROUP4. (GROUP4 files must be single strip)
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.