| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic ISignDocColor getBorderColor()
Public Function getBorderColor As ISignDocColor
public:
ISignDocColor^ getBorderColor()
member getBorderColor : unit -> ISignDocColor
Return Value
Type:
ISignDocColor An object describing the border color or null if
the widget does not have a border color (transparent).
See Also