set_FillColorAutoDetection Method
In This Topic
Sets a value indicating whether color for filling of hole punches is detected automatically.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchFillingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_FillColorAutoDetection(value);
function set_FillColorAutoDetection(
: boolean
) : any;
Parameters
- value
- True - color for filing of hole punches is detected automatically; otherwise, False. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also