Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.StylesLength
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
Represents a characteristic that can be used for description of the element's dimension.
Inheritance Hierarchy
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
The Length type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Auto |
Gets the length auto setting.
|
![]() | Unit |
Gets the unit of measure.
|
![]() | Value |
Gets or sets the value.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | FromCentimeters |
Creates length from centimeters value.
|
![]() ![]() | FromInches |
Creates length from inches value.
|
![]() ![]() | FromPercentage |
Creates length from percentage value.
|
![]() ![]() | FromPixels |
Creates length from pixels value.
|
![]() ![]() | FromPoints |
Creates length from points value.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() | (Double to Length) |
Performs a conversion from Double to Length.
|
![]() ![]() | (Single to Length) |
Performs a conversion from Single to Length.
|
See Also