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

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

Parameters

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