Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions constructor
FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions constructor
Initializes a new instance of the FormComboBoxFieldCreateOptions object, that containing parameters for created and added ComboBoxField.
Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions::FormComboBoxFieldCreateOptions(int32_t pageNum, System::SharedPtr<Rectangle> rect)
| Parameter | Type | Description |
|---|---|---|
| pageNum | int32_t | Page number on which the added ComboBoxField will be located. |
| rect | System::SharedPtr<Rectangle> | Sets ComboBoxField rectangle. |
See Also
- Typedef SharedPtr
- Class Rectangle
- Class FormComboBoxFieldCreateOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++