This method closes the file when a multipage tiff file is 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 file when a multipage tiff file is saved. This method should by 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.

Also See

IkFile Class | IkFile Members

The ImageKit WPF is created by Newtone Corporation