Click or drag to resize

PdfPagesRemoveAt Method

Removes the PdfPage at the specified index of the collection.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
The zero-based index of the PdfPage to remove.

Implements

IListTRemoveAt(Int32)
See Also