VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentControllerJS type / getImagesAssociatedWithPdfPages Methods / getImagesAssociatedWithPdfPages(Vintasoft.Imaging.Pdf.WebPdfDocumentJS,Vintasoft.Shared.WebServiceJS,Vintasoft.Shared.WebServiceJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getImagesAssociatedWithPdfPages(Vintasoft.Imaging.Pdf.WebPdfDocumentJS,Vintasoft.Shared.WebServiceJS,Vintasoft.Shared.WebServiceJS) Method
    In This Topic
    Returns an array of images, which are associated with specified pages of PDF document.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentControllerJS();
    
    var value; // Type: Vintasoft.Shared.WebImageJS[]
    
    // Parameters
    var pdfDocument; // Type: WebPdfDocumentJS
    var imageService; // Type: WebServiceJS
    var annotationService; // Type: WebServiceJS
    
    value = instance.getImagesAssociatedWithPdfPages(pdfDocument, imageService, annotationService);
    
    
    function getImagesAssociatedWithPdfPages(
    pdfDocument : WebPdfDocumentJS,
    imageService
    WebServiceJS which allows to work with image. Default service will be used if this parameter is null.
    : WebServiceJS,
    annotationService
    WebServiceJS which allows to annotate image. Default service will be used if this parameter is null.
    : WebServiceJS
    ) : WebImageJS[];

    Parameters

    pdfDocument
    WebPdfDocumentJS object.
    imageService
    WebServiceJS which allows to work with image. Default service will be used if this parameter is null.
    annotationService
    WebServiceJS which allows to annotate image. Default service will be used if this parameter is null.

    Return Value

    An array of WebImageJS objects, which are associated with specified pages of PDF document.
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Thrown if information about specified PDF document does not exist.
    Browser Compatibility
    56+
    45+
    11
    See Also