Click or drag to resize
SignDocAnnotationsetLineWidthInPoints Method
Set line width in points. This function can be used for annotations of types t_line and t_scribble.The default line width for PDF documents is 1 point.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setLineWidthInPoints(
	double width
)

Parameters

width
Type: SystemDouble
The line width in points (1/72 inch).
See Also