Leadtools.Services.Barcode.DataContracts Namespace : BarcodeJustifyFlags Enumeration |
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeJustifyFlags")] public enum BarcodeJustifyFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> <DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeJustifyFlags")> Public Enum BarcodeJustifyFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BarcodeJustifyFlags
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeJustifyFlags")] 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.Services.Barcode.DataContracts.BarcodeJustifyFlags