PdfCollection(T).GetAt Method

Gets the element at the specified index.

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

Syntax

C#
public T GetAt(
	int index
)
VB
Public Function GetAt ( 
	index As Integer
) As T

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