←Select platform

BarcodeJustifyFlags Enumeration

Summary

Obsolete: Flags that identify the barcode justification for PDF417/MicroPDF417 barcodes.

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum BarcodeJustifyFlags   
<FlagsAttribute()> 
Public Enum BarcodeJustifyFlags  
    
    
[FlagsAttribute()] 
public enum class BarcodeJustifyFlags   

Members

ValueMemberDescription
0x00000000None No justification flags selected.
0x00001000Right Justifies the barcode symbol to the right side of the image.
0x00002000HorizontalCenter Justifies the barcode symbol in the horizontal center of the image.
0x00004000Bottom Justifies the barcode symbol to the bottom side of the image.
0x00008000VerticalCenter Justifies the barcode symbol in the vertical center of the image.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly