set_BackgroundColor Method
In This Topic
Sets a color of the interactive field's background.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_BackgroundColor(value);
function set_BackgroundColor(
: string
) : any;
Parameters
- value
- A color of the interactive field's background.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also