Removes the PDF page at the specified index in pages collection.

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

Syntax

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

Parameters

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

See Also