SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Image Class / Height Property




In This Topic
    Height Property (Image)
    In This Topic
    Gets the Height of the image object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Height As Integer
    'Usage
     
    
    Dim instance As Image
    Dim value As Integer
     
    value = instance.Height
    public int Height {get;}
    public: __property int get_Height();
    public:
    property int Height {
       int get();
    }
    See Also