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
)
Public Function GetOpt (
index As Integer
) As String
public:
virtual String^ GetOpt(
[InAttribute] int index
) sealed
Parameters
- index
- Type: SystemInt32
The index of the option. Must be between 0 and the result of GetOptCount().
Return Value
Type:
StringThe name of the option in a list or combo box for a given index.
See Also