Click or drag to resize
SignDocFieldgetBorderColor Method
Get 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.

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

Return Value

Type: ISignDocColor
An object describing the border color or null if the widget does not have a border color (transparent).
See Also