LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
BarcodeJustifyFlags Enumeration
See Also  
Leadtools.Workflow.Barcode Namespace : BarcodeJustifyFlags Enumeration



The BarcodeJustifyFlags Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.

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

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum BarcodeJustifyFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As BarcodeJustifyFlags
C# 
[FlagsAttribute()]
public enum BarcodeJustifyFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class BarcodeJustifyFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BottomJustifies the barcode symbol to the bottom side of the image.
HorizontalCenterJustifies the barcode symbol in the horizontal center of the image.
NoneNo justification flags selected.
RightJustifies the barcode symbol to the right side of the image.
VerticalCenterJustifies the barcode symbol in the vertical center of the image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Workflow.Barcode.BarcodeJustifyFlags

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also