PageCollectionRemove(PdfPage) Method

Removes the specified PDF page from the pages collection.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void Remove(
	PdfPage pdfPage
)

Parameters

pdfPage  PdfPage
The PDF page to be removed.

See Also