
| Leadtools.Workflow.Barcode Namespace : BarcodeJustifyFlags Enumeration | 
[FlagsAttribute()] public enum BarcodeJustifyFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum BarcodeJustifyFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BarcodeJustifyFlags
[FlagsAttribute()] public enum class BarcodeJustifyFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description | 
|---|---|---|
| 0x00000000 | None | No justification flags selected. | 
| 0x00001000 | Right | Justifies the barcode symbol to the right side of the image. | 
| 0x00002000 | HorizontalCenter | Justifies the barcode symbol in the horizontal center of the image. | 
| 0x00004000 | Bottom | Justifies the barcode symbol to the bottom side of the image. | 
| 0x00008000 | VerticalCenter | Justifies the barcode symbol in the vertical center of the image. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Workflow.Barcode.BarcodeJustifyFlags