Click or drag to resize

DocumentRemovePage Method (PdfPage)

Removes the specified PDF page from the pages collection.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public void RemovePage(
	PdfPage pdfPage
)

Parameters

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