Length Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Represents a characteristic that can be used for description of the element's dimension.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.StylesLength

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 Length : IStyleParameter

The Length type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberAuto
Gets the length auto setting.
Public propertyUnit
Gets the unit of measure.
Public propertyValue
Gets or sets the value.
Top
Methods

  NameDescription
Public methodStatic memberFromCentimeters
Creates length from centimeters value.
Public methodStatic memberFromInches
Creates length from inches value.
Public methodStatic memberFromPercentage
Creates length from percentage value.
Public methodStatic memberFromPixels
Creates length from pixels value.
Public methodStatic memberFromPoints
Creates length from points value.
Top
Operators

  NameDescription
Public operatorStatic member(Double to Length)
Performs a conversion from Double to Length.
Public operatorStatic member(Single to Length)
Performs a conversion from Single to Length.
Top
See Also

Reference