ClippedContentSetLineWidth Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the current line width.

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void SetLineWidth(
	double lineWidth
)

Parameters

lineWidth
Type: SystemDouble
Width of the line.
Examples

C#
// thickness of the line will be 4
page.Content.SetLineWidth(4);
See Also

Reference