Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Styles.AppearanceBorder
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
Represents possible border variations for objects implementing ContentElement.
Whilst Length values can be used for border creation, values created as Auto or null will be counted as zero.
Inheritance Hierarchy
Apitron.PDF.Kit.Styles.AppearanceBorder
Namespace: Apitron.PDF.Kit.Styles.Appearance
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The Border type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Border(Double) |
Creates a new solid border with given thickness.
|
![]() | Border(Length) |
Creates a new solid border with given thickness.
|
![]() | Border(Double, Single, Single) |
Creates a new solid border with given thickness and dash pattern.
|
![]() | Border(Length, Single, Single) |
Creates a new solid border with given thickness and dash pattern.
|
Properties
Name | Description | |
---|---|---|
![]() | DashPattern |
Gets the dash pattern of this border.
|
![]() ![]() | None |
Gets the object that indicates no border None with thickness equal to 0 pt.
|
![]() | Phase |
Gets the phase of the DashPattern.
|
![]() ![]() | Solid |
Gets the solid border with thickness equal to 1 pt.
|
![]() | Thickness |
Gets the thickness of the border.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Implements the operator ==.
|
![]() ![]() | Inequality |
Implements the operator !=.
|
See Also