HiQPdf Documentation

PdfDocumentRemovePage Method (Int32)

Quickly Create High Quality PDFs
Removes the page at the given index from document. The first page index is 0

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void RemovePage(
	int index
)

Parameters

index
Type: SystemInt32
The index of the page to remove
See Also

Reference