Click or drag to resize
SignDocFieldgetBorderStyle Method
Get the border style. This function is available for fields of PDF documents only.

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

Return Value

Type: BorderStyle
The border style: #bos_other, #bos_solid, #bos_dashed, #bos_beveled, #bos_inset, or #bos_underline.
See Also