| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setLineWidthInPoints(
double width
)
Public Sub setLineWidthInPoints (
width As Double
)
public:
void setLineWidthInPoints(
double width
)
member setLineWidthInPoints :
width : float -> unit
Parameters
- width
- Type: SystemDouble
The line width in points (1/72 inch).
See Also