VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfImageExtractorToolJS type / set_SelectedImage Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SelectedImage Method
    In This Topic
    Sets the selected image.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfImageExtractorToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_SelectedImage(value);
    
    
    function set_SelectedImage(
    value
    Selected image.
    : object
    ) : any;

    Parameters

    value
    Selected image.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if page does not contain specified image.
    Browser Compatibility
    56+
    45+
    11
    See Also