Click or drag to resize

PdfArrayWrapperTItem Property

Gets or sets the element at the specified index

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

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

T
The element at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the collection.
ArgumentNullExceptionThe property is set and value is null.
ArgumentExceptionThe property is set and underlying value is null.
NotSupportedExceptionThe property is set and underlying value is PdfTypeStream (or another type expected as an indirect type) and list of indirect objects is null.
NotSupportedExceptionCollection is read-only.
See Also