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

var value; // Type: string
value = instance.get_BackgroundColor();

Return Value

Color for filling of inverted text block background. Default value is "rgba(255,255,255,1)".
Browser Compatibility
56+
45+
11
See Also