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

SignatureDescription
Option()Calls Option on this Option instance.
Value()std::stringCalls Value on this Option instance.
Value(value: std::string)Calls Value(value) on this Option instance.
Name()std::stringCalls Name on this Option instance.
Name(value: std::string)Calls Name(value) on this Option instance.
Selected()boolCalls Selected on this Option instance.
Selected(value: bool)Calls Selected(value) on this Option instance.
Index()intCalls Index on this Option instance.

See Also