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

var value; // Type: boolean
value = instance.get_FillColorAutoDetection();

Return Value

True - color for filling of lines is detected automatically; otherwise, False. Default value is True.
Browser Compatibility
56+
45+
11
See Also