Represents the unit of measurement for length and position.
public enum AnnUnit
Public Enum AnnUnit
typedef enum LTAnnUnit
public enum AnnUnit
public:
enum class AnnUnit sealed
Value | Member | Description |
---|---|---|
0 | Unit | Specifies an annotation unit (1/720 of an inch). |
1 | Display | Specifies 1/100 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. |
15 | CustomUnit | Specifies a custom unit of measurement. |
For Custom
units, use AnnUnitConverter.CustomUnitPerInch and AnnUnitConverter.CustomUnitAbbreviation to change the default values and specify the actual unit value and abbreviation.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document