Inserts an IEImage.

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

Syntax

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

Parameters

image
IEImage
The image to insert.
pageIndex
Int32
The starting page where to insert the image. 0 is the first page.

Return Value

Returns true on successful.

See Also