Aspose::Pdf::Plugins::FormCheckBoxFieldSetOptions class

FormCheckBoxFieldSetOptions class

Represents options for set properties in CheckboxField by FormEditor plugin.

class FormCheckBoxFieldSetOptions : public Aspose::Pdf::Plugins::FormFieldSetOptions

Methods

MethodDescription
get_Checked() constGets/sets the value to determine property Checked for modified field (if will be set).
get_Style() constGets/sets the value to determine property BoxStyle for modified field (if will be set).
set_Checked(System::Nullable<bool>)Gets/sets the value to determine property Checked for modified field (if will be set).
set_Style(System::Nullable<Forms::BoxStyle>)Gets/sets the value to determine property BoxStyle for modified field (if will be set).

See Also