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)
ParameterTypeDescription
pageNumint32_tPage number on which the added ComboBoxField will be located.
rectSystem::SharedPtr<Rectangle>Sets ComboBoxField rectangle.

See Also