Click or drag to resize

PdfTypeArrayItem Property

Gets or sets the element at the specified index

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfTypeBase this[
	int index
] { get; set; }

Parameters

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

Return Value

PdfTypeBase
The element at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the Array
ArgumentNullExceptionvalue is null.
See Also