Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions class

FormCheckBoxFieldCreateOptions class

Represents options for creating CheckBoxField by FormEditor plugin.

class FormCheckBoxFieldCreateOptions : public Aspose::Pdf::Plugins::FormFieldCreateOptions

Methods

MethodDescription
FormCheckBoxFieldCreateOptions(int32_t, System::SharedPtr<Rectangle>)Initializes a new instance of the FormCheckBoxFieldCreateOptions object, that containing parameters for created and added CheckBoxField.
get_Checked() constGets/sets the value to determine whether created CheckboxField is checked or not (if will be set).
get_Style() constGets/sets the value to determine property Style for created CheckboxField (if will be set).
set_Checked(System::Nullable<bool>)Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set).
set_Style(System::Nullable<Aspose::Pdf::Forms::BoxStyle>)Gets/sets the value to determine property Style for created CheckboxField (if will be set).

See Also