Class AcroChoiceOption
An option in a choice field, either AcroComboBoxField or AcroListBoxField.
public class AcroChoiceOption
- Inheritance
-
AcroChoiceOption
- Inherited Members
Constructors
AcroChoiceOption(int, bool, string, string)
Create a new AcroChoiceOption.
public AcroChoiceOption(int index, bool isSelected, string name, string exportValue = null)
Parameters
Properties
ExportValue
The value of the option when the form is exported.
public string ExportValue { get; }
Property Value
HasExportValue
Whether the field defined an export value for this option.
public bool HasExportValue { get; }
Property Value
Index
The index of this option in the array.
public int Index { get; }
Property Value
IsSelected
Whether this option is selected.
public bool IsSelected { get; }
Property Value
Name
The text of the option.
public string Name { get; }
Property Value
Methods
ToString()
public override string ToString()