Click or drag to resize
PageCollectionRemove Method (PdfPage)
Removes the specified PDF page.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public void Remove(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfPage
The PDF page to be removed.
See Also