Inserts a page of source handler into 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,
	IETIFFHandler sourceHandler,
	int sourcePage
)
Public Function InsertPage ( _
	pageIndex As Integer, _
	sourceHandler As IETIFFHandler, _
	sourcePage As Integer _
) As Integer
public:
int InsertPage(
	int pageIndex, 
	IETIFFHandler^ sourceHandler, 
	int sourcePage
)

Parameters

pageIndex
Int32
Destination page (-1 or GetPagesCount, then add to the end).
sourceHandler
IETIFFHandler
Source page handler.
sourcePage
Int32
Source page index.

Return Value

See Also