VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfImageExtractorToolJS type / findImageInViewerSpace Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    findImageInViewerSpace Method
    In This Topic
    Finds a WebContentImageJS object on PDF page.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfImageExtractorToolJS();
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebContentImageJS
    
    // Parameters
    var location; // Type: object
    
    value = instance.findImageInViewerSpace(location);
    
    
    function findImageInViewerSpace(
    location
    Point in the coordinate space of viewer.
    : object
    ) : WebContentImageJS;

    Parameters

    location
    Point in the coordinate space of viewer.

    Return Value

    WebContentImageJS object.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also