| SignDocAnnotationsetBorderColor Method |
Set the border color of the annotation.
This function can be used for annotations of type t_freetext.The default border color is black.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setBorderColor(
ISignDocColor color
)
Public Sub setBorderColor (
color As ISignDocColor
)
public:
void setBorderColor(
ISignDocColor^ color
)
member setBorderColor :
color : ISignDocColor -> unit
Parameters
- color
- Type: de.softpro.signdocsdkISignDocColor
The border color of the annotation.
See Also