Inserts all pages of the specified TIFF file.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool InsertTIFF(
	string fileName,
	int pageIndex
)
Public Function InsertTIFF ( _
	fileName As String, _
	pageIndex As Integer _
) As Boolean
public:
bool InsertTIFF(
	String^ fileName, 
	int pageIndex
)

Parameters

fileName
String
The full path of a TIFF.
pageIndex
Int32
The starting page where to insert the TIFF. 0 is the first page.

Return Value

Returns true on successful.

See Also