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
| Method | Description |
|---|---|
| get_Checked() const | Gets/sets the value to determine property Checked for modified field (if will be set). |
| get_Style() const | Gets/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
- Class FormFieldSetOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++