RadioGroupItemWidgetAnnotation(RadioGroupField, String, RectangleF) Constructor
Initializes a new instance of the RadioGroupItemWidgetAnnotation class with specified settings.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public RadioGroupItemWidgetAnnotation(
RadioGroupField group,
string value,
RectangleF bounds
)
Parameters
| Name | Type | Description |
|---|---|---|
| group | RadioGroupField | The parent radio group field. |
| value | String | The on-state name that identifies this radio button in the group. |
| bounds | RectangleF | The radio button bounds, in points. |
See Also