DocumentRemovePage(PdfPage) Method
            Removes the specified PDF page from the pages collection of this document.
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public void RemovePage(
	PdfPage pdfPage
)
Public Sub RemovePage ( 
	pdfPage As PdfPage
)
Parameters
- pdfPage  PdfPage
- The PDF page to be removed.