Inserts a new blank page at specified index.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int InsertPage(
	int pageIndex
)
Public Function InsertPage ( _
	pageIndex As Integer _
) As Integer
public:
int InsertPage(
	int pageIndex
)

Parameters

pageIndex
Int32
If pageIndex is -1 or equal to IETIFFHandler.GetPagesCount() the page is added at end.

Return Value

Returns the index of added page.

See Also