[Visual
Basic] imagekitcontrolname.File.TiffAppend
[ = Boolean ]
[Visual C++] [
Bool =
]imagekitcontrolname.GetFile().GetTiffAppend()
imagekitcontrolname.GetFile().SetTiffAppend(BOOL Val)
imagekitcontrolname.GetFile().SetTiffAppend(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Multi-page TIFF image (The image will be appended to the end of an existing TIFF image) |
False | Single TIFF image (Each image file contains only one image) Default |
Explanation
The TiffAppend property sets whether or not an image saved in TIFF format is appended to an existing multi-page TIFF image or saved as a separate image. The default value is False.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.