get_FillColorAutoDetection Method
Gets a value indicating whether color for filling of lines is detected automatically.
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
var value; // Type: boolean
value = instance.get_FillColorAutoDetection();
function get_FillColorAutoDetection() : boolean;
Return Value
True - color for filling of lines is detected automatically; otherwise, False. Default value is True.