PdfDocumentRemovePage(Int32) Method

Removes the page at the given index from document. The first page index is 0

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void RemovePage(
	int index
)

Parameters

index  Int32
The index of the page to remove

See Also