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




In This Topic
    Right Property (Zone)
    In This Topic
    Gets the y-coordinate that is the sum of Y and Height property values of this Zone structure minus 1.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Right As Integer
    'Usage
     
    
    Dim instance As Zone
    Dim value As Integer
     
    value = instance.Right
    public int Right {get;}
    public: __property int get_Right();
    public:
    property int Right {
       int get();
    }
    See Also