Border Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

SystemObject
  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

public sealed class Border : IStyleParameter

The Border type exposes the following members.

Constructors

  NameDescription
Public methodBorder(Double)
Creates a new solid border with given thickness.
Public methodBorder(Length)
Creates a new solid border with given thickness.
Public methodBorder(Double, Single, Single)
Creates a new solid border with given thickness and dash pattern.
Public methodBorder(Length, Single, Single)
Creates a new solid border with given thickness and dash pattern.
Top
Properties

  NameDescription
Public propertyDashPattern
Gets the dash pattern of this border.
Public propertyStatic memberNone
Gets the object that indicates no border None with thickness equal to 0 pt.
Public propertyPhase
Gets the phase of the DashPattern.
Public propertyStatic memberSolid
Gets the solid border with thickness equal to 1 pt.
Public propertyThickness
Gets the thickness of the border.
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
Top
See Also

Reference