Thickness Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Defines a uniform unit used for paddings, margins etc. in rectangular areas. Units used for each side are of type Length.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.StylesThickness

Namespace:  Apitron.PDF.Kit.Styles
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class Thickness : IStyleParameter

The Thickness type exposes the following members.

Constructors

  NameDescription
Public methodThickness(Length)
Initializes a new instance of the Thickness class.
Public methodThickness(Double, Double, Double, Double)
Initializes a new instance of the Thickness class.
Public methodThickness(Length, Length, Length, Length)
Initializes a new instance of the Thickness class.
Top
Properties

  NameDescription
Public propertyBottom
Gets or sets the bottom thickness.
Public propertyLeft
Gets or sets the left thickness.
Public propertyRight
Gets or sets the right thickness.
Public propertyTop
Gets or sets the top thickness.
Top
See Also

Reference