DocumentRemovePage(PdfPage) Method

Removes the specified PDF page from the pages collection of this document.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public void RemovePage(
	PdfPage pdfPage
)

Parameters

pdfPage  PdfPage
The PDF page to be removed.

See Also