Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Defines possible Length units.
Namespace: Apitron.PDF.Kit.Styles
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Percentage | 0 | Specifies that value depends on some external value using percentage factor. | |
Point | 1 | Specifies that unit of measure is PDF point, 1/72 inch. | |
Pixel | 2 | Specifies that unit of measure is a pixel, 1/96 inch normally. | |
Inch | 3 | Specifies that unit of measure is an inch. | |
Cm | 4 | Specifies that unit of measure is centimeter. | |
Auto | 5 | Specifies that value should be set automatically. |
See Also