| SignDocFieldsetBackgroundColor Method |
Set the background color of the widget.
This function is available for fields of PDF documents only.
The initial value is null (transparent).
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void setBackgroundColor(
ISignDocColor color
)
Parameters
- color
- Type: de.softpro.signdocsdkISignDocColor
null for transparent or a SignDocColor
object representing the new background color.
See Also