VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageJS type / get_Resolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Resolution Method
    In This Topic
    Gets the image resolution.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageJS();
    
    var value; // Type: Vintasoft.Shared.WebResolutionJS
    value = instance.get_Resolution();
    
    
    function get_Resolution() : WebResolutionJS;
    

    Return Value

    WebResolutionJS object that contains information about image resolution.
    Browser Compatibility
    56+
    45+
    11
    See Also