Click or drag to resize

PdfArrayWrapperTRemoveAt Method

Removes the collection item at the specified index.

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

Parameters

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

Implements

IListTRemoveAt(Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the collection.
NotSupportedExceptionCollection is read-only.
See Also