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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_FillColorAutoDetection(value);

Parameters

value
True - color for filling of lines is detected automatically; otherwise, False. Default value is True.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also