DocumentRemovePage Method (PdfPage) |
Removes the specified PDF page from the pages collection.
Namespace: ExpertPdf.PdfCreatorAssembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntaxpublic void RemovePage(
PdfPage pdfPage
)
Public Sub RemovePage (
pdfPage As PdfPage
)
Parameters
- pdfPage
- Type: ExpertPdf.PdfCreatorPdfPage
The PDF page to be removed.
See Also