[Visual Basic] Public Function CloseMultiTiff()
As Boolean
[C#] public bool CloseMultiTiff() ;
Parameters
None
Return Value
Returns True if successful. Returns False if unsuccessful.
Explanation
The CloseMultiTiff method closes the file when a multipage tiff file is saved. This method should be used when the TiffAppend property is set to True and after the SaveImageToFile method has been executed.
Please refer to the sample code on the TiffAppend property page.