Aspose::Pdf::Forms::RadioButtonOptionField::RadioButtonOptionField constructor
RadioButtonOptionField::RadioButtonOptionField() constructor
Create new RadioButtonOptionField instance.
Aspose::Pdf::Forms::RadioButtonOptionField::RadioButtonOptionField()
See Also
- Class RadioButtonOptionField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
RadioButtonOptionField::RadioButtonOptionField(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) constructor
Creates radiobutton in the specified recangle on specified page.
Aspose::Pdf::Forms::RadioButtonOptionField::RadioButtonOptionField(System::SharedPtr<Aspose::Pdf::Page> page, System::SharedPtr<Rectangle> rect)
Parameter | Type | Description |
---|---|---|
page | System::SharedPtr<Aspose::Pdf::Page> | Page where RadioButton will be placed; |
rect | System::SharedPtr<Rectangle> | Recangle of RadioButton. |
See Also
- Typedef SharedPtr
- Class Page
- Class Rectangle
- Class RadioButtonOptionField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++