VintaSoft Imaging .NET SDK 14.0: 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 image resources associated with 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 image resources associated with this PDF page.
    Exceptions
    ExceptionDescription
    Thrown if class does NOT have information about content images.
    Remarks

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

    Browser Compatibility
    56+
    45+
    11
    See Also