| SignDocFieldsetEmptyFieldColor Method |
Set color used for empty signature field in TIFF document.
The default value is white.For non - TIFF documents, the value set by this function is ignored.The value is also ignored if compatibility with version 1.12 and earlier is requested.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setEmptyFieldColor(
ISignDocColor color
)
Public Sub setEmptyFieldColor (
color As ISignDocColor
)
public:
void setEmptyFieldColor(
ISignDocColor^ color
)
member setEmptyFieldColor :
color : ISignDocColor -> unit
Parameters
- color
- Type: de.softpro.signdocsdkISignDocColor
The new color
See Also