Click or drag to resize

FieldGetOpt Method

Gets the name of the option in a list or combo box for a given index.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetOpt(
	int index
)

Parameters

index
Type: SystemInt32
The index of the option. Must be between 0 and the result of GetOptCount().

Return Value

Type: String
The name of the option in a list or combo box for a given index.
See Also