Click or drag to resize
SignDocFieldsetBorderStyle Method
Set the border style. This function is available for fields of PDF documents only. If @a aStyle is bos_other, SignDocDocument.setField() will keep the current border style and SignDocDocument.addField() will fail.

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

Parameters

style
Type: de.softpro.signdocsdk.Enums.EFieldBorderStyle
The new border style: #bos_other, #bos_solid, #bos_dashed, #bos_beveled, #bos_inset, or #bos_underline.
See Also