Accusoft.Forms1 - Updated
FieldType Enumeration



Accusoft.SmartZoneICRSdk Namespace : FieldType Enumeration
Defines the field types for recognition.
Syntax
Public Enum FieldType 
   Inherits System.Enum
Dim instance As FieldType
public enum FieldType : System.Enum 
public enum class FieldType : public System.Enum 
Members
MemberDescription
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 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
UnknownUnknown 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
Remarks
For detailed information, see the page How To -> Define and Edit Field Types in the User Guide.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.SmartZoneICRSdk.FieldType

See Also

Reference

Accusoft.SmartZoneICRSdk Namespace