PdfContents.SetLineWidth Method

PDF File Writer

PdfContentsSetLineWidth Method

Set line width

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetLineWidth(
	double Width
)

Parameters

Width
Type: SystemDouble
Line width
Remarks
Set line width for future path operations
See Also