ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRImage Class / Height Property




In This Topic
    Height Property (ImGearOCRImage)
    In This Topic
    Gets image height in pixels.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Height As Integer
    'Usage
     
    Dim instance As ImGearOCRImage
    Dim value As Integer
     
    value = instance.Height
    public abstract int Height {get;}
    public: __property abstract int get_Height();
    public:
    abstract property int Height {
       int get();
    }

    Property Value

    Integer value.
    See Also