Aspose::Pdf::Plugins::FormCheckBoxFieldCreateOptions class
Contents
[
Hide
]FormCheckBoxFieldCreateOptions class
Represents options for creating CheckBoxField by FormEditor plugin.
class FormCheckBoxFieldCreateOptions : public Aspose::Pdf::Plugins::FormFieldCreateOptions
Methods
Method | Description |
---|---|
FormCheckBoxFieldCreateOptions(int32_t, System::SharedPtr<Rectangle>) | Initializes a new instance of the FormCheckBoxFieldCreateOptions object, that containing parameters for created and added CheckBoxField. |
get_Checked() const | Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set). |
get_Style() const | Gets/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
- Class FormFieldCreateOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++