PageBoxStyle Constructor (BoxStyleColor, Double, BoxRectangleStyle)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the PageBoxStyle class.

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 PageBoxStyle(
	BoxStyleColor color,
	double lineWidth = 1,
	BoxRectangleStyle rectangleStyle = BoxRectangleStyle.Solid
)

Parameters

color
Type: Apitron.PDF.Kit.FixedLayout.PagePropertiesBoxStyleColor
The color.
lineWidth (Optional)
Type: SystemDouble
Width of the line.
rectangleStyle (Optional)
Type: Apitron.PDF.Kit.FixedLayout.PagePropertiesBoxRectangleStyle
The rectangle style.
Examples

C#
PageBoxStyle pbs = new PageBoxStyle(new BoxStyleColor(50, 33, 85), 2.5, BoxRectangleStyle.Dashed);
See Also

Reference