C#
VB
C++
Represents the unit of measurement for lengths and positions.
[SerializableAttribute()]
public enum AnnUnit
<SerializableAttribute()>
Public Enum AnnUnit
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[SerializableAttribute()]
public enum class AnnUnit : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Display | Specifies 1/75 inch as the unit of measure. |
1 | Document | Specifies 1/300 inch as the unit of measure. |
2 | SmartEnglish | Specifies that measurement is 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. |
3 | 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. |
4 | Inch | Specifies the inch as the unit of measure. |
5 | Millimeter | Specifies the millimeter as the unit of measure. |
6 | Pixel | Specifies a device pixel 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. |
For information regarding text strings used throughout the user interface in the automated mode, including default abbreviations for these units, refer to Localization of LEADTOOLS for .NET Annotations Automation (Deprecated)
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