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




In This Topic
    Zone Property (TextBlockResult)
    In This Topic
    Gets the coordinates of the rectangular area containing the text block.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Zone As Zone
    'Usage
     
    
    Dim instance As TextBlockResult
    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