Option
Overview
Option is a class in Aspose.PDF FOSS for C++.
This class provides 8 methods for working with Option objects in C++ programs.
Available methods include: Index, Name, Option, Selected, Value.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Option() | Calls Option on this Option instance. |
Value() → std::string | Calls Value on this Option instance. |
Value(value: std::string) | Calls Value(value) on this Option instance. |
Name() → std::string | Calls Name on this Option instance. |
Name(value: std::string) | Calls Name(value) on this Option instance. |
Selected() → bool | Calls Selected on this Option instance. |
Selected(value: bool) | Calls Selected(value) on this Option instance. |
Index() → int | Calls Index on this Option instance. |