Leadtools.Workflow.Barcode Namespace : BarcodeUnit Enumeration |
public enum BarcodeUnit : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum BarcodeUnit Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BarcodeUnit
public enum class BarcodeUnit : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | ScanlinesPerPixels | The barcode sizes are measured in pixels. |
0x00000001 | Inches | The barcode sizes are measured in inches. |
0x00000002 | Millimeters | The barcode sizes are measured in millimeters. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Barcode.BarcodeUnit