C#
VB
Java
Objective-C
WinRT C#
C++
Represents the unit of measurement for lengths and positions.
public enum AnnUnit Public Enum AnnUnit
public enum AnnUnit typedef enum LTAnnUnit public enum AnnUnit Leadtools.Annotations.Core.AnnUnit = function() { };Leadtools.Annotations.Core.AnnUnit.prototype = {Unit = 0x00000000,Display = 0x00000001,Document = 0x00000002,SmartEnglish = 0x00000003,SmartMetric = 0x00000004,Inch = 0x00000005,Millimeter = 0x00000006,Point = 0x00000007,Feet = 0x00000008,Yard = 0x00000009,Micrometer = 0x0000000A,Centimeter = 0x0000000B,Meter = 0x0000000C,Twip = 0x0000000D,Pixel = 0x0000000E,};
public:enum class AnnUnit sealed
Members
| Value | Member | Description |
|---|---|---|
| 0 | Unit | Specifies an annotation unit (1/720 of an inch). |
| 1 | Display | Specifies 1/75 inch as the unit of measure. |
| 2 | Document | Specifies 1/300 inch as the unit of measure. |
| 3 | SmartEnglish | Specifies that measurement in "smart" English. A "smart" unit is a unit that can be automatically promoted to the next higher unit. The length displayed will be in the most appropriate unit. |
| 4 | SmartMetric | Specifies that measurement is in "smart" metric. A "smart" unit is a unit that can be automatically promoted to the next higher unit. The length displayed will be in the most appropriate unit. |
| 5 | Inch | Specifies the inch as the unit of measure. |
| 6 | Millimeter | Specifies the millimeter as the unit of measure. |
| 7 | Point | Specifies a printer's point (1/72 inch) as the unit of measure. |
| 8 | Feet | Specifies feet as the unit of measure. |
| 9 | Yard | Specifies the yard as the unit of measure. |
| 10 | Micrometer | Specifies the micrometer (1/1000 millimeter) as the unit of measure. |
| 11 | Centimeter | Specifies the centimeter as the unit of measure. |
| 12 | Meter | Specifies the meter as the unit of measure. |
| 13 | Twip | Specifies the twip (TWentIeth of a Point) as the unit of measure. |
| 14 | Pixel | Specifies the pixel as the unit of measure. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
