SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Zone Structure / Left Property




In This Topic
    Left Property (Zone)
    In This Topic
    Gets the x-coordinate of the left edge of this Zone structure.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Left As Integer
    'Usage
     
    
    Dim instance As Zone
    Dim value As Integer
     
    value = instance.Left
    public int Left {get;}
    public: __property int get_Left();
    public:
    property int Left {
       int get();
    }
    See Also