LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

Barcode1d Class

Show in webframe





Members 
This class contains linear (1D) barcode information for reading or writing 1D barcodes.
Object Model
Syntax
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public class Barcode1d : System.Workflow.ComponentModel.DependencyObject, System.ComponentModel.IComponentSystem.IDisposable  
'Declaration
 
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
Public Class Barcode1d 
   Inherits System.Workflow.ComponentModel.DependencyObject
   Implements System.ComponentModel.IComponentSystem.IDisposable 
'Usage
 
Dim instance As Barcode1d

            

            
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public ref class Barcode1d : public System.Workflow.ComponentModel.DependencyObject, System.ComponentModel.IComponentSystem.IDisposable  
Remarks

The linear (1D) barcodes are not supported in UNICODE text.

A barcode is composed of a start mark, data, and the end mark. Reading barcodes from left to right (setting the Direction property to BarcodeDirectionFlags.LeftToRight value) or from right to left (setting the Direction property to BarcodeDirectionFlags.RightToLeft value) will produce the same result in most cases. This is because the barcode reader engine recognizes the start and end marks, and handles the data accordingly. For example, if BarcodeDirectionFlags.LeftToRight is used and the user reads barcodes from left to right (i.e. the barcode is not rotated), the engine will recognize the start mark first, then the data, and finally the end mark. However, When the user reads barcodes from right to left (i.e. the barcode is rotated 180 degrees), the engine will first recognize the end mark, read the (reverse-order) data, and then will recognize the start mark. In this case, the engine flips the data to normal (start/data/end) order.

Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar.

The Linear barcodes are not supported in UNICODE text.

For a table containing information useful when writing 1D barcode data see http://www.leadtools.com/sdk/document/document-addon-barcodelinear1d-chart.htm .

Requirements

Target Platforms

See Also

Reference

Barcode1d Members
Leadtools.Workflow.Barcode Namespace

 

 


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