| SignDocFieldgetBackgroundColor Method |
Get the background color of the widget.
This function is available for fields of PDF documents only.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic ISignDocColor getBackgroundColor()
Public Function getBackgroundColor As ISignDocColor
public:
ISignDocColor^ getBackgroundColor()
member getBackgroundColor : unit -> ISignDocColor
Return Value
Type:
ISignDocColor An object describing the background color or null if
the widget does not have a background color
(transparent background).
See Also