LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

Justify Property (BarcodeWritePdf)

Show in webframe





Gets or sets a flag that determines the alignment (justification) of the resulting barcode symbols.
Syntax
public BarcodeJustifyFlags Justify {get; set;}
'Declaration
 
Public Property Justify As BarcodeJustifyFlags
'Usage
 
Dim instance As BarcodeWritePdf
Dim value As BarcodeJustifyFlags
 
instance.Justify = value
 
value = instance.Justify

            

            
public:
property BarcodeJustifyFlags Justify {
   BarcodeJustifyFlags get();
   void set (    BarcodeJustifyFlags value);
}

Property Value

Alignment (justification) of the resulting barcode symbols.
Remarks
Values can be combined when appropriate, by using a bitwise OR (|).
Requirements

Target Platforms

See Also

Reference

BarcodeWritePdf Class
BarcodeWritePdf Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.