'Declaration Public Enum FieldType Inherits System.Enum
'Usage Dim instance As FieldType
public enum FieldType : System.Enum
__value public enum FieldType : public System.Enum
public enum class FieldType : public System.Enum
'Declaration Public Enum FieldType Inherits System.Enum
'Usage Dim instance As FieldType
public enum FieldType : System.Enum
__value public enum FieldType : public System.Enum
public enum class FieldType : public System.Enum
Member | Description |
---|---|
Currency | Currency Field Type with the currency symbols |
CurrencyPlus | Currency Plus Field Type with the alpha currency labels, such as USD, GBP, etc. |
DataValidationList | Data Validation List Field Type. This field type enables the use of a list of possible text results in recognition. |
Date | Date Field Type, with year, month and day in a variety of formats. |
Email Field Type | |
GeneralText | All supported characters in all supported languages. |
RegularExpression | Regular Expression Field Type. This field type enables the use of a custom defined regualar expression in recognition. |
SocialSecurityNumber | United States Social Security Number Field Type |
Time | Time Field Type, with hours and minutes in a variety of formats. |
UnitedStatesPhoneNumber | United States Phone Number Field Type |
Unknown | Unknown Field Type. This field type is not to be used as an input value of Reader.FieldType, but is merely a possible return value of TextBlockResult.FieldType after recognition is performed, indicating that the area of interest is not being recognized as the specified field type successfully. |
URL | URL Field Type |
System.Object
System.ValueType
System.Enum
Accusoft.SmartZoneICRSdk.FieldType