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

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

Return Value

Color for filling of lines. Default value is "rgba(0,0,0,0)".
Browser Compatibility
56+
45+
11
See Also