Deletes the specified page.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void DeletePage(
	int pageIndex
)
Public Sub DeletePage ( _
	pageIndex As Integer _
)
public:
void DeletePage(
	int pageIndex
)

Parameters

pageIndex
Int32
Page index (starting at 0 and ending at GetPagesCount-1).

See Also