←Select platform

AnnUnit Enumeration

Summary

Represents the unit of measurement for lengths and positions.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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

ValueMemberDescription
0Unit Specifies an annotation unit (1/720 of an inch).
1Display Specifies 1/75 inch as the unit of measure.
2Document Specifies 1/300 inch as the unit of measure.
3SmartEnglish 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.
4SmartMetric 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.
5Inch Specifies the inch as the unit of measure.
6Millimeter Specifies the millimeter as the unit of measure.
7Point Specifies a printer's point (1/72 inch) as the unit of measure.
8Feet Specifies feet as the unit of measure.
9Yard Specifies the yard as the unit of measure.
10Micrometer Specifies the micrometer (1/1000 millimeter) as the unit of measure.
11Centimeter Specifies the centimeter as the unit of measure.
12Meter Specifies the meter as the unit of measure.
13Twip Specifies the twip (TWentIeth of a Point) as the unit of measure.
14Pixel Specifies the pixel as the unit of measure.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly