←Select platform

BarcodeJustifyFlags Enumeration

Summary

These flags identify the barcode justification for PDF417/MicroPDF417 barcodes.

Syntax

C#
VB
C++
[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

ValueMemberDescription
0x00000000NoneNo justification flags selected.
0x00001000RightJustifies the barcode symbol to the right side of the image.
0x00002000HorizontalCenterJustifies the barcode symbol in the horizontal center of the image.
0x00004000BottomJustifies the barcode symbol to the bottom side of the image.
0x00008000VerticalCenterJustifies 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.Services.Barcode.DataContracts Assembly