Click or drag to resize
SignDocFieldsetBorderColor Method
Set the border color of the widget. This function is available for fields of PDF documents only. The border color is used only if the border width is positive. For combo boxes, check boxes, and radio buttons, the initial value is black, for other field types, the initial value is transparent. After creation of a SignDocField object, calling setType() will set the border color accordingly. Once setBorderColor() has been called, setType() will no longer affect the border color.

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

Parameters

color
Type: de.softpro.signdocsdkISignDocColor
null for transparent or a SignDocColor object representing the new border color.
See Also