C#
VB
C++
Obsolete: Flags that identify the barcode justification for PDF417/MicroPDF417 barcodes.
[FlagsAttribute()]
public enum BarcodeJustifyFlags
<FlagsAttribute()>
Public Enum BarcodeJustifyFlags
[FlagsAttribute()]
public enum class BarcodeJustifyFlags
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