Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Annotations.Widgets
RadioButtonWidgetModel Class
A radio button widget is a specialized widget, which has an additional Name which specifies the widget.
csharp
public class RadioButtonWidgetModel : TallComponents.UnoPdf.Client.Models.Pdf.Annotations.Widgets.WidgetModel
Inheritance System.Object 🡒 RectangleModel 🡒 AnnotationModel 🡒 WidgetModel 🡒 RadioButtonWidgetModel
Properties | |
---|---|
CheckMarkStyle | The check mark appearance for this radio button widget. Valid values are: "check", "circle", "cross", "diamond", "square", "star", "unknown". |
Persistency | The widget's persistency when this document is written. |
RadioButtonOption | The associated Option for this Widget. |