SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / CharacterResult Class / Zone Property




In This Topic
    Zone Property (CharacterResult)
    In This Topic
    Gets the coordinates of the rectangular area containing the character.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Zone As Zone
    'Usage
     
    
    Dim instance As CharacterResult
    Dim value As Zone
     
    value = instance.Zone
    public override Zone Zone {get;}
    public: __property Zone get_Zone() override;
    public:
    property Zone Zone {
       Zone get() override;
    }
    Remarks

    This read only property is the coordinates of the result object upon the image.

    See Also