Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace : BarcodeData Class |
The following tables list the members exposed by BarcodeData.
Name | Description | |
---|---|---|
BarcodeData Constructor | Overloaded. |
Name | Description | |
---|---|---|
AztecSymbolModel | Gets or sets the chosen symbol size when writing an Aztec barcode. | |
BarWidthReduction | Gets and sets the bar width reduction value of this barcode in micrometer when reading 1D barcodes. | |
Bounds | Gets or sets the barcode location and size on the image. | |
Bounds | For information about this property please see Bounds. | |
DatamatrixSymbolSize | Gets or sets the Datamatrix barcode symbol size. | |
MaxiSymbolModel | Gets or sets the chosen encoding mode when writing a Maxi Code barcode. | |
MicroPDF417DataCode | Gets or sets a value that indicates the MicroPDF417 barcode function code word for Code 128 emulation. | |
MicroPDF417IsLinked | Gets a value that indicates whether the MicroPDF417 barcode is linked to a linear symbol printed below it. | |
MicroQRSymbolModel | Gets or sets the chosen symbol size when writing a Micro QR barcode. | |
PDF417Group | Gets or sets a value that specifies whether this PDF417 barcode symbol is a member of a group of symbols. | |
QRSymbolModel | Gets or sets the QR barcode symbol model and version. | |
Rect | The location and size on the image in pixels. | |
RotationAngle | Gets and sets the rotation (or skew) angle of this barcode in degrees. | |
Symbology | Gets or sets the barcode symbology (type) associated with this BarcodeData. | |
Tag | Gets or sets an object that contains data associated with this barcode. | |
Value | Gets or sets the data of this barcode as an ASCII text string. |
Name | Description | |
---|---|---|
Clone | Creates an exact copy of this barcode. | |
CopyTo | For information about this property please see CopyTo. | |
CreateDefaultBarcodeData | Returns an instance of BarcodeData suitable for writing containing default and valid values for the specified symbology . | |
GetBarcodeDataType | Gets the Type of the data class associated with a specified symbology. | |
GetData | Gets the data of this barcode as raw byte array. | |
Load | Overloaded. Loads an array of BarcodeData from the specified XML file. | |
ParseECIData | Parse barcode ECI data. | |
Save | Overloaded. Saves an array of BarcodeData objects to an XML file. | |
SetData | Sets the data of this barcode as raw byte array. | |
ToString | Gets the data of this barcode as an ASCII string. |
BarcodeData Class
Leadtools.Barcode Namespace
BarcodeReader Class
BarcodeWriter Class
BarcodeSymbology Enumeration
BarcodeEngine Class
DatamatrixBarcodeData Class
MicroPDF417BarcodeData Class
PDF417BarcodeData Class
QRBarcodeData Class
BarcodeReader.ReadBarcode
BarcodeReader.ReadBarcodes
BarcodeWriter.WriteBarcode
Programming with LEADTOOLS Barcode
Supported Barcode Symbologies
Unlocking Barcode Support
Reading Barcodes Tutorial
Writing Barcodes Tutorial
UPC / EAN Barcodes in LEADTOOLS
2 of 5 Barcodes in LEADTOOLS
GS1 DataBar / RSS-14 Barcodes in LEADTOOLS
Code 128 Barcodes in LEADTOOLS
USPS and 4-State Barcodes in LEADTOOLS
MSI Barcodes (Pulse Width Modulated) in LEADTOOLS
Codabar Barcodes in LEADTOOLS
Miscellaneous Barcodes in LEADTOOLS
Datamatrix Barcodes in LEADTOOLS
PDF417 and MicroPDF417 Barcodes in LEADTOOLS
MicroPDF417 Barcodes in LEADTOOLS
QR Barcodes in LEADTOOLS
Writing Barcodes - Bounds and XModule