Skip to content

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
CombIf 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.
DoNotScrollSpecifies whether long text must be scrolled.
FileSelectSpecifies whether this text field is used to enter a pathname of a file.
MaxLengthThe maximum characters that may be entered into this text field.
MultiLineSpecifies whether the text span multiple lines
RichTextSpecifies whether the text may include styling (also known as rich text)
SpellCheckAllowedSpecifies whether spell-checking is allowed on this field.