Removes the PDF page at the specified index in collection.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Parameters

pageIndex
Type: System..::..Int32
The zero based index of the PDF page to be removed.

See Also