Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions class

FormComboBoxFieldSetOptions class

Represents options for set properties in ComboBoxField by FormEditor plugin.

class FormComboBoxFieldSetOptions : public Aspose::Pdf::Plugins::FormFieldSetOptions

Methods

MethodDescription
get_Editable() constGets/sets the value to determine property Editable for modified field (if will be set).
get_Options() constGets/sets the value to determine property Options for modified field (if will be set).
get_Selected() constGets/sets the value to determine property Selected for modified field (if will be set).
set_Editable(System::Nullable<bool>)Gets/sets the value to determine property Editable for modified field (if will be set).
set_Options(System::SharedPtr<System::Collections::Generic::List<System::String>>)Gets/sets the value to determine property Options for modified field (if will be set).
set_Selected(System::Nullable<int32_t>)Gets/sets the value to determine property Selected for modified field (if will be set).

See Also