Skip to content

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
ExportThis field is included when the form is exported or submitted.
FieldTypeThe type of the field. Valid values are:
text, pushButton, checkBox, radioButton, dateTime, dropDownList, listBox, numeric, password and unknown.
FullNameThe fully qualified name for this field.
MappingNameUsed when exporting data from the document.
ReadOnlyRead-only state of this field.
RequiredModeThe required mode for this field.