Leadtools.Annotations.Core.AnnUnit = function() { }; Leadtools.Annotations.Core.AnnUnit.prototype = {
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, };
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
Value | Member | Description |
---|---|---|
0 | unit | Specifies an annotation unit (1/72 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. |