Click or drag to resize
SignDocAnnotationsetBackgroundColor Method
Set the background color of the annotation. This function can be used for annotations of type t_freetext. The default background color is white.

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

Parameters

color
Type: de.softpro.signdocsdkISignDocColor
The background color of the annotation.
See Also