| SignDocFieldgetBorderStyle Method |
Get the border style.
This function is available for fields of PDF documents only.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic BorderStyle getBorderStyle()
Public Function getBorderStyle As BorderStyle
public:
BorderStyle getBorderStyle()
member getBorderStyle : unit -> BorderStyle
Return Value
Type:
BorderStyle The border style:
#bos_other,
#bos_solid,
#bos_dashed,
#bos_beveled,
#bos_inset, or
#bos_underline.
See Also