Click or drag to resize
SignDocAnnotationsetColor Method
Set the color of the annotation. This function can be used for annotations of types t_line and t_scribble.The default color is black.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setColor(
	ISignDocColor color
)

Parameters

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