Click or drag to resize
SignDocFieldgetBackgroundColor Method
Get the background color of the widget. This function is available for fields of PDF documents only.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public ISignDocColor getBackgroundColor()

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