| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setBackgroundColor(
ISignDocColor color
)
Public Sub setBackgroundColor (
color As ISignDocColor
)
public:
void setBackgroundColor(
ISignDocColor^ color
)
member setBackgroundColor :
color : ISignDocColor -> unit
Parameters
- color
- Type: de.softpro.signdocsdkISignDocColor
null for transparent or a SignDocColor
object representing the new background color.
See Also