Aspose::Pdf::Forms::RadioButtonOptionField class

RadioButtonOptionField class

Class represents item of RadioButton field.

class RadioButtonOptionField : public Aspose::Pdf::Forms::Field

Methods

MethodDescription
get_Caption() constGets caption.
get_OptionName()Gets name of the option.
get_Style()Gets style of check box.
RadioButtonOptionField()Create new RadioButtonOptionField instance.
RadioButtonOptionField(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>)Creates radiobutton in the specified recangle on specified page.
set_Caption(System::SharedPtr<Aspose::Pdf::Text::TextFragment>)Sets caption.
set_OptionName(System::String)Sets name of the option.
set_Style(BoxStyle)Sets style of check box.

See Also