| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> <DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeJustifyFlags")> Public Enum BarcodeJustifyFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeJustifyFlags")] public enum BarcodeJustifyFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeJustifyFlags")] public enum class BarcodeJustifyFlags : public Enum  | |
| 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.Services.Barcode.DataContracts.BarcodeJustifyFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code