Insert or append a frame in a TIFF file. The file must exist and contains at least one page.

You have to specify the page number in IOParams.TIFF_ImageIndex.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int InsertToTIFF(
	string fileName
)
Public Function InsertToTIFF ( _
	fileName As String _
) As Integer
public:
int InsertToTIFF(
	String^ fileName
)

Parameters

fileName
String
This is the file name with extension.

Return Value

Returns the number of images inside the file.

See Also