Spread Windows Forms 7.0 Product Documentation
Unit Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace : Unit Enumeration


Glossary Item Box

Specifies the units of measure of the barcode dimensions.

Syntax

Visual Basic (Declaration) 
Public Enum Unit 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As Unit
C# 
public enum Unit : System.Enum 

Members

MemberDescription
Inch[2] Indicates that the unit of measure is inches
Millimeter[1] Indicates that the unit of measure is millimeters
Pixel[5] Indicates that the unit of measure is pixels
Point[3] Indicates that the unit of measure is points
Twip[4] Indicates that the unit of measure is twips

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellType.BarCode.Unit

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.