VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageJS type / get_Height Property
Syntax BrowserCompatibility SeeAlso
    get_Height Method
    Gets the image height, in pixels.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageJS();
    
    var value; // Type: number
    value = instance.get_Height();
    
    

    Return Value

    The image height, in pixels.
    Browser Compatibility
    56+
    45+
    11
    See Also