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