SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / TextBlockResult Class / FieldType Property




In This Topic
    FieldType Property (TextBlockResult)
    In This Topic
    Gets the FieldType of the TextBlockResult.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FieldType As FieldType
    'Usage
     
    
    Dim instance As TextBlockResult
    Dim value As FieldType
     
    value = instance.FieldType
    public FieldType FieldType {get;}
    public: __property FieldType get_FieldType();
    public:
    property FieldType FieldType {
       FieldType get();
    }
    Remarks

    This read-only property indicates the field type that the TextBlockResult is recognized as. If field recognition is successful, FieldType will return the same value that was specified as the Reader parameter. If field recognition was not successful, FieldType will return a value of Unknown. Recognition results will be provided in both cases.

    See Also