RadioButtonOptionField.RadioButtonOptionField

RadioButtonOptionField()

Create new RadioButtonOptionField instance.

public RadioButtonOptionField()

See Also


RadioButtonOptionField(Page, Rectangle)

Creates radiobutton in the specified recangle on specified page.

public RadioButtonOptionField(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage where RadioButton will be placed;
rectRectangleRecangle of RadioButton.

See Also