In This Topic
Sets the overlay text color.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkAppearanceJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_TextColor(value);
function set_TextColor(
: string
) : any;
Parameters
- value
- Overlay text color. Default value is "rgba(255,255,255,1)".
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also