PageBoxStyle Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a page's box style.
Inheritance Hierarchy

SystemObject
  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

public sealed class PageBoxStyle

The PageBoxStyle type exposes the following members.

Constructors

  NameDescription
Public methodCode examplePageBoxStyle
Initializes a new instance of the PageBoxStyle class.
Public methodCode examplePageBoxStyle(BoxStyleColor, BoxStyleDashPattern, Double)
Initializes a new instance of the PageBoxStyle class.
Public methodCode examplePageBoxStyle(BoxStyleColor, Double, BoxRectangleStyle)
Initializes a new instance of the PageBoxStyle class.
Top
Properties

  NameDescription
Public propertyCode exampleColor
Gets or sets the color.
Public propertyCode exampleDashPattern
Gets or sets the dash pattern.
Public propertyCode exampleLineWidth
Gets or sets the width of the line.
Public propertyCode exampleRectangleStyle
Gets or sets the rectangle style.
Top
See Also

Reference