Click or drag to resize

PdfArrayRemoveAt Method

Removes the PdfBasicObject at the specified index of the PdfArray.

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

Parameters

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

Implements

IListTRemoveAt(Int32)
IListRemoveAt(Int32)
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current PdfArray is read-only (IsReadOnly returns ).
ArgumentOutOfRangeExceptionindex is less than 0 or index is equal to or greater than Count.
See Also