←Select platform

AnnUnit Enumeration

Summary

Represents the unit of measurement for lengths and positions.

Syntax

C#
VB
C++
public enum AnnUnit 
  
Public Enum AnnUnit  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class AnnUnit : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0DisplaySpecifies 1/75 inch as the unit of measure.
1DocumentSpecifies 1/300 inch as the unit of measure.
2SmartEnglishSpecifies 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.
3SmartMetricSpecifies 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.
4InchSpecifies the inch as the unit of measure.
5MillimeterSpecifies the millimeter as the unit of measure.
6PixelSpecifies a device pixel as the unit of measure.
7PointSpecifies a printer's point (1/72 inch) as the unit of measure.
8FeetSpecifies feet as the unit of measure.
9YardSpecifies the yard as the unit of measure.
10MicrometerSpecifies the micrometer (1/1000 millimeter) as the unit of measure.
11CentimeterSpecifies the centimeter as the unit of measure.
12MeterSpecifies the meter as the unit of measure.
13TwipSpecifies the twip (TWentIeth of a Point) as the unit of measure.
Remarks

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

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.Windows.Annotations Assembly