FieldType
FieldType enumeration
Enumeration of possible field types.
public enum FieldType
Values
Name | Value | Description |
---|---|---|
Text | 0 |
Text field. |
ComboBox | 1 |
Combo box field. |
ListBox | 2 |
List box field. |
Radio | 3 |
Radio button field. |
CheckBox | 4 |
Check box field. |
PushButton | 5 |
Push button field. |
MultiLineText | 6 |
Multiline text field. |
Barcode | 7 |
Barcode field. |
InvalidNameOrType | 8 |
Invalid field type. |
Signature | 9 |
Signature field. |
Image | 10 |
Image field. |
Numeric | 11 |
Numeric field |
DateTime | 12 |
Date/time field |
See Also
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF