VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDeskewCommandJS type / set_BorderColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_BorderColor Method
In This Topic
Sets the color for filling the image border when BorderColorType is set to BorderColorType.Custom.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_BorderColor(value);

Parameters

value
Color. Default value is "rgba(0,0,0,1)".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also