Aspose::Pdf::Forms::Option class

Option class

Class represents option of choice field.

class Option : public System::Object

Methods

MethodDescription
get_Index()Gets index of the option.
get_Name()Gets name of option.
get_Selected()Gets selected status of option. Returns true if option is selected.
get_Value()Gets option export value.
set_Name(System::String)Sets name of option.
set_Selected(bool)Sets selected status of option. Returns true if option is selected.
set_Value(System::String)Sets option export value.

See Also