PageBoxStyleLineWidth Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the width of the line.

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

public double LineWidth { get; set; }

Property Value

Type: Double
The width of the line.
Examples

C#
PageBoxStyle pbs = new PageBoxStyle();
pbs.LineWidth = 4.9;
page.BoxStyle = pbs;
See Also

Reference