PageCollectionRemove(PdfPage) Method
Removes the specified PDF page from the pages collection.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public void Remove(
PdfPage pdfPage
)
Public Sub Remove (
pdfPage As PdfPage
)
Parameters
- pdfPage PdfPage
- The PDF page to be removed.