Click or drag to resize
Pdf Library for .NET

PdfPageCollectionRemoveAt Method

Removes the pdf page at the specified index in pdf document pages collection.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
The zero based index of the pdf page to be removed.
See Also