Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Fields
TextModel Class
A text PDF form field.
csharp
public class TextModel : TallComponents.UnoPdf.Client.Models.Pdf.Fields.ValueFieldModel
Inheritance System.Object 🡒 FieldModel 🡒 ValueFieldModel 🡒 TextModel
Properties | |
---|---|
Comb | If set, the field is automatically divided into as many equally spaced positions, or combs, as the value of MaxLength, and the text is laid out into those combs. |
DoNotScroll | Specifies whether long text must be scrolled. |
FileSelect | Specifies whether this text field is used to enter a pathname of a file. |
MaxLength | The maximum characters that may be entered into this text field. |
MultiLine | Specifies whether the text span multiple lines |
RichText | Specifies whether the text may include styling (also known as rich text) |
SpellCheckAllowed | Specifies whether spell-checking is allowed on this field. |