Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions class

FormComboBoxFieldCreateOptions class

Represents options for creating ComboBoxField by FormEditor plugin.

class FormComboBoxFieldCreateOptions : public Aspose::Pdf::Plugins::FormFieldCreateOptions

Methods

MethodDescription
FormComboBoxFieldCreateOptions(int32_t, System::SharedPtr<Rectangle>)Initializes a new instance of the FormComboBoxFieldCreateOptions object, that containing parameters for created and added ComboBoxField.
get_Editable() constGets/sets the value to determine whether created ComboBoxField is editable or not (if will be set).
get_Options() constGets/sets the value to determine property Options for created ComboBoxField (if will be set).
get_Selected() constGets/sets the value to determine property Selected for created ComboBoxField (if will be set).
set_Editable(System::Nullable<bool>)Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set).
set_Options(System::SharedPtr<System::Collections::Generic::List<System::String>>)Gets/sets the value to determine property Options for created ComboBoxField (if will be set).
set_Selected(System::Nullable<int32_t>)Gets/sets the value to determine property Selected for created ComboBoxField (if will be set).

See Also