Link Search Menu Expand Document

ChoiceItemsGetAltItem Method

Gets the sub-element at the specified index, if items is array.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public string GetAltItem(
	int index
)

Parameters

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

Return Value

Type: String
The System.String with specified index.
See Also

Reference