C#
VB
C++
These flags identify the barcode justification for PDF417/MicroPDF417 barcodes.
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeJustifyFlags")]
[FlagsAttribute()]
public enum BarcodeJustifyFlags
<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
[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
Members
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET