Click or drag to resize

PdfNumberTreeCollectionKeyValueCollectionTItem Property

Gets the element at the specified index in a PdfNumberTreeCollectionKeyValueCollectionT.

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public T this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index.

Return Value

T
The element at the specified index.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex is not a valid index in the collection.
See Also