Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.PagePropertiesPageBoxStyle
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents a page's box style.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.PagePropertiesPageBoxStyle
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
The PageBoxStyle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PageBoxStyle |
Initializes a new instance of the PageBoxStyle class.
| |
PageBoxStyle(BoxStyleColor, BoxStyleDashPattern, Double) |
Initializes a new instance of the PageBoxStyle class.
| |
PageBoxStyle(BoxStyleColor, Double, BoxRectangleStyle) |
Initializes a new instance of the PageBoxStyle class.
|
Properties
Name | Description | |
---|---|---|
Color |
Gets or sets the color.
| |
DashPattern |
Gets or sets the dash pattern.
| |
LineWidth |
Gets or sets the width of the line.
| |
RectangleStyle |
Gets or sets the rectangle style.
|
See Also