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




In This Topic
    Y Property (Zone)
    In This Topic
    Gets or sets the y-coordinate of this Zone structure.
    Syntax
    'Declaration
     
    
    Public Property Y As Integer
    'Usage
     
    
    Dim instance As Zone
    Dim value As Integer
     
    instance.Y = value
     
    value = instance.Y
    public int Y {get; set;}
    public: __property int get_Y();
    public: __property void set_Y( 
       int value
    );
    public:
    property int Y {
       int get();
       void set (    int value);
    }
    See Also