Click or drag to resize
SignDocAnnotationsetBorderLineWidthInPoints Method
Set border line width in points. This function can be used for annotations of type t_freetext.The default line width for PDF documents is 1 point.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setBorderLineWidthInPoints(
	double width
)

Parameters

width
Type: SystemDouble
The border line width in points (1/72 inch). If this value is negative, no border lines will be drawn.
See Also