PageBoxStyleColor Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the color.

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 BoxStyleColor Color { get; set; }

Property Value

Type: BoxStyleColor
The color.
Examples

C#
PageBoxStyle pbs = new PageBoxStyle();
pbs.Color = new BoxStyleColor(30, 30, 30);
page.BoxStyle = pbs;
See Also

Reference