Aspose::Pdf::Forms::RadioButtonField::AddOption method
RadioButtonField::AddOption(System::String) method
Add option to radion button.
void Aspose::Pdf::Forms::RadioButtonField::AddOption(System::String optionName) override
Parameter | Type | Description |
---|---|---|
optionName | System::String | Name of the option which will be added. |
See Also
- Class String
- Class RadioButtonField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
RadioButtonField::AddOption(System::String, System::SharedPtr<Rectangle>) method
Add to radio button option with specifed rectangle.
void Aspose::Pdf::Forms::RadioButtonField::AddOption(System::String optionName, System::SharedPtr<Rectangle> rect)
Parameter | Type | Description |
---|---|---|
optionName | System::String | Name of new option. |
rect | System::SharedPtr<Rectangle> | New item rectangle. |
See Also
- Class String
- Typedef SharedPtr
- Class Rectangle
- Class RadioButtonField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++