AppendToMultiImageFile

This method appends the current image to the specified file. Use this method to create and save multi-Tiff or other multi-image files.

Note: The specified file is created if not yet available.

Syntax

AppendToMultiImageFile (Filename As String, FileType As CROImgFileTypes, Mode As CROImgIOMode)
Parameter Description
Filename Name of the image file
FileType The default value is CROcTIF_G4.

Possible values

See CROImgFileTypes

NoteThe file type must support storing of multiple images within one file.
Mode The default value is CROImgIOSync

Specifies the I/O mode for saving the image.

Possible values

See CROImgIOMode

Note: Use the SaveCompleted method to wait for the load process to complete. As long as the save process is running in the background, the image object is locked against any modification.