Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Annotations.Widgets
WidgetModel Class
A PDF form field widget
csharp
public abstract class WidgetModel : TallComponents.UnoPdf.Client.Models.Pdf.Annotations.AnnotationModel
Inheritance System.Object 🡒 RectangleModel 🡒 AnnotationModel 🡒 WidgetModel
Derived
↳ CheckBoxWidgetModel
↳ DefaultWidgetModel
↳ PushButtonWidgetModel
↳ RadioButtonWidgetModel
Properties | |
---|---|
Appearances | Widget appearances |
BackgroundColor | The background color of the widget. Null means transparent. |
FieldName | The full name of the associated field |
Font | The name of the text font |
FontSize | The size of the text font in points |
HorizontalAlignment | The horizontal text alignment. Valid values are: "left", "center", "right" |
Rotate | Orientation of this widget in degrees. |
TextColor | Color of the text |
VerticalAlignment | The vertical text alignment. Valid values are: "top", "middle", "bottom" |
WidgetType | Type of widget: 'checkbox' |