Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Fields.FieldModel
FieldModel.FieldType Property
The type of the field. Valid values are:
text, pushButton, checkBox, radioButton, dateTime, dropDownList, listBox, numeric, password and unknown.
csharp
public abstract string FieldType { get; set; }