Click or drag to resize

PdfCollectionRemoveAt Method

Removes the element at the specified index of the PdfCollection.

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 element to remove.

Implements

IListRemoveAt(Int32)
See Also