Removes the specified PDF page from the pages collection.

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

Syntax

C#
public void Remove(
	PdfPage pdfPage
)
Visual Basic
Public Sub Remove ( 
	pdfPage As PdfPage
)
Visual C++
public:
void Remove(
	PdfPage^ pdfPage
)

Parameters

pdfPage
Type: EvoPdf..::..PdfPage
The PDF page to be removed.

See Also