VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type / getContentImages Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    getContentImages Method
    In This Topic
    Returns all content images, which are located on this PDF page.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebContentImageJS[]
    value = instance.getContentImages();
    
    
    function getContentImages() : WebContentImageJS[];
    

    Return Value

    Array of WebContentImageJS objects that defines all content images, which are located on this PDF page.
    Exceptions
    ExceptionDescription
    Thrown if class does NOT have information about content images.
    Remarks

    Before calling this function you must call the "requestContentImages" function for getting information about content images.
    Call the "isContentImagesReceived" function if you want to determine that class already received information about content images.

    Browser Compatibility
    56+
    45+
    11
    See Also