Aspose::Pdf::Forms::Option class
Option class
Class represents option of choice field.
class Option : public System::Object
Methods
Method | Description |
---|---|
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
- Class Object
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++