Aspose::Pdf::Forms::RadioButtonOptionField::RadioButtonOptionField constructor

RadioButtonOptionField::RadioButtonOptionField() constructor

Create new RadioButtonOptionField instance.

Aspose::Pdf::Forms::RadioButtonOptionField::RadioButtonOptionField()

See Also

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)
ParameterTypeDescription
pageSystem::SharedPtr<Aspose::Pdf::Page>Page where RadioButton will be placed;
rectSystem::SharedPtr<Rectangle>Recangle of RadioButton.

See Also