PageCollectionRemove(PdfPage) Method

Removes the specified PDF page from the pages collection.

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public void Remove(
	PdfPage pdfPage
)

Parameters

pdfPage  PdfPage
The PDF page to be removed.

See Also