VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfImageExtractorToolJS type / set_BorderColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_BorderColor Method
    In This Topic
    Sets the border color for selection.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfImageExtractorToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_BorderColor(value);
    
    
    function set_BorderColor(
    value
    Border color for selection.
    : string
    ) : any;

    Parameters

    value
    Border color for selection.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also