VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebContentImageJS type / get_Resource Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Resource Method
    In This Topic
    Gets the image resourse associated with this image.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebContentImageJS(imageResource, region, resolution);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfImageResourceJS
    value = instance.get_Resource();
    
    
    function get_Resource() : WebPdfImageResourceJS;
    

    Return Value

    WebPdfImageResourceJS object that defines the image resourse associated with this image.
    Browser Compatibility
    56+
    45+
    11
    See Also