VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfImageExtractorToolJS type / getContentImages Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    getContentImages Method
    In This Topic
    Returns the content images of visual tool.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfImageExtractorToolJS();
    
    var value; // Type: object[]
    value = instance.getContentImages();
    
    
    function getContentImages() : object[];
    

    Return Value

    Array of content images of visual tool.
    Remarks

    Function can return null value if content images are NOT received yet. Images are received if event "initializationFinished" with description "get content images" is raised.

    Browser Compatibility
    56+
    45+
    11
    See Also