| Visual Basic (Declaration) | |
|---|---|
| <FlagsAttribute()> Public Enum BarcodeJustifyFlags Inherits Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| [FlagsAttribute()] public enum BarcodeJustifyFlags : Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
| [FlagsAttribute()] public enum class BarcodeJustifyFlags : public Enum, IComparable, IConvertible, IFormattable | |
| Member | Description | 
|---|---|
| None | No justification flags selected. | 
| Right | Justifies the barcode symbol to the right side of the image. | 
| HorizontalCenter | Justifies the barcode symbol in the horizontal center of the image. | 
| Bottom | Justifies the barcode symbol to the bottom side of the image. | 
| VerticalCenter | Justifies the barcode symbol in the vertical center of the image. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.BarcodeJustifyFlags
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
 
  