Click or drag to resize

ObjGetAt Method

Gets the object from the specified index.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetAt(
	int index
)

Parameters

index
Type: SystemInt32
The Array index of the element to obtain. The first element in an Array has an index of zero.

Return Value

Type: Obj
The Obj obtained.
See Also