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