Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Unit Enumeration


In This Topic
    Unit Enumeration
    In This Topic
    Specifies the units of measure of the barcode dimensions.
    Syntax
    'Declaration
     
    
    Public Enum Unit 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Unit
    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

    See Also