Leadtools.Barcode Requires Barcode add-on license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Barcode1d Class
See Also  Members  
Leadtools.Barcode Namespace : Barcode1d Class



This class contains linear (1D) barcode information for reading or writing 1D barcodes.

Syntax

Visual Basic (Declaration) 
Public Class Barcode1d 
Visual Basic (Usage)Copy Code
Dim instance As Barcode1d
C# 
public class Barcode1d 
C++/CLI 
public ref class Barcode1d 

Example

For an example, refer to BarcodeEngine.Read example.

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, 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 (the barcode is not rotated), the engine will recognize the start mark first, then the data, and finally the end mark. But if the user reads barcodes from right to left (the barcode is rotated 180 degrees), the engine will first recognize the end mark, then read the (reverse-order) data, and then recognize the start mark. In this case, the engine will flip 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.

Inheritance Hierarchy

System.Object
   Leadtools.Barcode.Barcode1d

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features