Click or drag to resize

PdfPageCollection Remove Method

Removes the specified page.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Remove(
	PdfPageBase page
)

Parameters

page
Type: Spire.Pdf PdfPageBase
The page to be remove.
See Also