The BarcodeJustifyFlags Enumeration includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Flags that identify the barcode justification for PDF417/MicroPDF417 barcodes.Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BarcodeJustifyFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BarcodeJustifyFlags |
C# | |
---|---|
[FlagsAttribute()] public enum BarcodeJustifyFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class BarcodeJustifyFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Bottom | Justifies the barcode symbol to the bottom side of the image. |
HorizontalCenter | Justifies the barcode symbol in the horizontal center of the image. |
None | No justification flags selected. |
Right | Justifies the barcode symbol to the right 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7