Click or drag to resize
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.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setEmptyFieldColor(
	ISignDocColor color
)

Parameters

color
Type: de.softpro.signdocsdkISignDocColor
The new color
See Also