LEADTOOLS JavaScript (Leadtools.Annotations.Core)
LEAD Technologies, Inc

AnnUnit Enumeration


Represents the unit of measurement for lengths and positions.
Syntax
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'!
Members
ValueMemberDescription
0unitSpecifies an annotation unit (1/72 of an inch).
1displaySpecifies 1/75 inch as the unit of measure.
2documentSpecifies 1/300 inch as the unit of measure.
3smartEnglishSpecifies 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.
4smartMetricSpecifies 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.
5inchSpecifies the inch as the unit of measure.
6millimeterSpecifies the millimeter 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.
See Also

Reference

Leadtools.Annotations.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.