Click or drag to resize

PageCollectionRemove(PdfPage) Method

Removes the specified PDF page.

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

Parameters

pdfPage  PdfPage
The PDF page to be removed.
See Also