Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Fields
FieldModel Class
The base class for any PDF form field.
csharp
public abstract class FieldModel
Inheritance System.Object 🡒 FieldModel
Derived
↳ PushButtonModel
↳ SignatureModel
↳ UnknownModel
↳ ValueFieldModel
Properties | |
---|---|
Export | This field is included when the form is exported or submitted. |
FieldType | The type of the field. Valid values are: text, pushButton, checkBox, radioButton, dateTime, dropDownList, listBox, numeric, password and unknown. |
FullName | The fully qualified name for this field. |
MappingName | Used when exporting data from the document. |
ReadOnly | Read-only state of this field. |
RequiredMode | The required mode for this field. |