In This Topic
Sets a color for filling of inverted text.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebAutoTextInvertCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_TextColor(value);
function set_TextColor(
: string
) : any;
Parameters
- value
- Color for filling of inverted text. Default value is "rgba(0,0,0,1)".
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also