Represents the unit of measurement for lengths and positions.
lt.Annotations.Core.AnnUnit = {
Unit: 0,
Display: 1,
Document: 2,
SmartEnglish: 3,
SmartMetric: 4,
Inch: 5,
Millimeter: 6,
Point: 7,
Feet: 8,
Yard: 9,
Micrometer: 10,
Centimeter: 11,
Meter: 12,
Twip: 13,
Pixel: 14
}
lt.Annotations.Core.AnnUnit = {
Unit: 0,
Display: 1,
Document: 2,
SmartEnglish: 3,
SmartMetric: 4,
Inch: 5,
Millimeter: 6,
Point: 7,
Feet: 8,
Yard: 9,
Micrometer: 10,
Centimeter: 11,
Meter: 12,
Twip: 13,
Pixel: 14
}
Members
0 | Unit |
(0) Specifies an annotation unit (1/720 of an inch). |
1 | Display |
(1) Specifies 1/75 inch as the unit of measure. |
2 | Document |
(2) Specifies 1/300 inch as the unit of measure. |
3 | SmartEnglish |
(3) 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 |
(4) 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 |
(5) Specifies the inch as the unit of measure. |
6 | Millimeter |
(6) Specifies the millimeter as the unit of measure. |
7 | Point |
(7) Specifies a printer's point (1/72 inch) as the unit of measure. |
8 | Feet |
(8) Specifies feet as the unit of measure. |
9 | Yard |
(9) Specifies the yard as the unit of measure. |
10 | Micrometer |
(10) Specifies the micrometer (1/1000 millimeter) as the unit of measure. |
11 | Centimeter |
(11) Specifies the centimeter as the unit of measure. |
12 | Meter |
(12) Specifies the meter as the unit of measure. |
13 | Twip |
(13) Specifies the twip (TWentIeth of a Point) as the unit of measure. |
14 | Pixel |
(14) 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