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

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

Return Value

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