VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebContentImageJS type / get_Resolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Resolution Method
    In This Topic
    Gets a rendering resolution of content image.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebContentImageJS(imageResource, region, resolution);
    
    var value; // Type: Vintasoft.Shared.WebResolutionJS
    value = instance.get_Resolution();
    
    
    function get_Resolution() : WebResolutionJS;
    

    Return Value

    A rendering resolution.
    Browser Compatibility
    56+
    45+
    11
    See Also