This 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.
[Visual Basic] Public Property TiffAppend As
Boolean
[C#] public bool TiffAppend {get; set;}
Property Value
Value | Explanation |
---|---|
True | Multi-page TIFF image (The image will be appended to the end of an existing TIFF image) |
False (default) | Single TIFF image (Each image file contains only one image) |
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.
This property is enabled only when saving images in TIFF format. When the TiffAppend property is True and the SaveImageToFile method has been executed be sure to execute the CloseMultiTiff method.
See Also
ImageKit Members | Newtone.ImageKit.Web.ImageKit