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