VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebContentImageJS type / WebContentImageJS Constructor(WebPdfImageResourceJS,object,WebResolutionJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebContentImageJS Constructor(WebPdfImageResourceJS,object,WebResolutionJS)
    In This Topic
    Initializes a new instance of the WebContentImageJS class.
    Syntax
    // Parameters
    var imageResource; // Type: WebPdfImageResourceJS
    var region; // Type: object
    var resolution; // Type: WebResolutionJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebContentImageJS(imageResource, region, resolution);
    
    
    function WebContentImageJS(
    imageResource
    Image resource associated with this content image.
    : WebPdfImageResourceJS,
    region
    Region of content image in coordinates of PDF page.
    : object,
    resolution
    Rendering resolution of content image.
    : WebResolutionJS
    ) : WebContentImageJS;

    Parameters

    imageResource
    Image resource associated with this content image.
    region
    Region of content image in coordinates of PDF page.
    resolution
    Rendering resolution of content image.
    Browser Compatibility
    56+
    45+
    11
    See Also