VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormFieldJS type / set_BackgroundColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
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);

Parameters

value
A color of the interactive field's background.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also