| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setBorderStyle(
BorderStyle style
)
Public Sub setBorderStyle (
style As BorderStyle
)
public:
void setBorderStyle(
BorderStyle style
)
member setBorderStyle :
style : BorderStyle -> unit
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