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