Inserts a supported image file.

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

Syntax

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

Parameters

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

Return Value

Returns true on successful.

See Also