This method closes the multipage tiff file after the file has been saved.
[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 multipage tiff file after the file has been saved. This method must be executed when the TiffAppend property is True, and the multipage tiff image has been saved using the SaveImageToFile method. For example code, please refer to the TiffAppend property.