VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebAutoTextInvertCommandJS type / set_BackgroundColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_BackgroundColor Method
In This Topic
Sets a color for filling of inverted text block background.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebAutoTextInvertCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_BackgroundColor(value);

Parameters

value
Color for filling of inverted text block background. Default value is "rgba(255,255,255,1)".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also