Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BarcodeJustifyFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum BarcodeJustifyFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum BarcodeJustifyFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] 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.Barcode.BarcodeJustifyFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family