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




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