PdfCollection(T).Item Property

Gets the element at the specified index.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public T this[
	int index
] { get; }
VB
Public ReadOnly Default Property Item ( 
	index As Integer
) As T
	Get

Parameters

index
Type: System.Int32
The zero-based index of the element to get.

Return Value

Type: T
The element at the specified index.

See Also