Skip to content

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
AppearancesWidget appearances
BackgroundColorThe background color of the widget. Null means transparent.
FieldNameThe full name of the associated field
FontThe name of the text font
FontSizeThe size of the text font in points
HorizontalAlignmentThe horizontal text alignment. Valid values are: "left", "center", "right"
RotateOrientation of this widget in degrees.
TextColorColor of the text
VerticalAlignmentThe vertical text alignment. Valid values are: "top", "middle", "bottom"
WidgetTypeType of widget:
'checkbox'