Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

MicroQRBarcodeReadOptions Class








Members 
Contains the extra options to use when reading MicroQR barcodes.
Object Model
Syntax
[TypeConverterAttribute()]
[SerializableAttribute()]
public class MicroQRBarcodeReadOptions : BarcodeReadOptions, System.ICloneable  
'Declaration
 
<TypeConverterAttribute()>
<SerializableAttribute()>
Public Class MicroQRBarcodeReadOptions 
   Inherits BarcodeReadOptions
   Implements System.ICloneable 
'Usage
 
Dim instance As MicroQRBarcodeReadOptions
public sealed class MicroQRBarcodeReadOptions : System.ICloneable  
@interface LTMicroQRBarcodeReadOptions : LTBarcodeReadOptions
public class MicroQRBarcodeReadOptions extends BarcodeReadOptions
function Leadtools.Barcode.MicroQRBarcodeReadOptions()
[TypeConverterAttribute()]
[SerializableAttribute()]
public ref class MicroQRBarcodeReadOptions : public BarcodeReadOptions, System.ICloneable  
Remarks

The MicroQRBarcodeReadOptions class is used to control the options when reading MicroQR barcodes using LEADTOOLS. Set the options in two ways:

The BarcodeReader class contains default options for each barcode symbology (or group of common symbologies). These options can be retrieved using the BarcodeReader.GetDefaultOptions method passing BarcodeSymbology.MicroQR. Then change the members of the returned MicroQRBarcodeReadOptions by casting it from BarcodeReadOptions to MicroQRBarcodeReadOptions.

It is also possible to create an instance of the MicroQRBarcodeReadOptions class and use it directly in BarcodeReader.ReadBarcode and BarcodeReader.ReadBarcodes methods that accept a single or array of options as an input parameter.

The base BarcodeReadOptions contains the following members and features:

Member Description
BarcodeReadOptions.ForeColor

Controls the barcode foreground color (color of the bars or symbols) to use when reading a barcode from a colored image.

BarcodeReadOptions.BackColor

Controls the barcode background color (color of the spaces) to use when reading a barcode from a colored image.

BarcodeReadOptions.Load and BarcodeReadOptions.Save

Can be used to save or load the options to/from an XML file or stream.

BarcodeReadOptions.GetSupportedSymbologies

This class overrides the base class method to return an array containing the following symbologies: BarcodeSymbology.MicroQR

In addition to these features and members, MicroQRBarcodeReadOptions contains these MicroQR barcodes specific features:

Member Description
FriendlyName

Gets the friendly name of this class.

Example

For an example, refer to MicroQRBarcodeData.

Requirements

Target Platforms

See Also

Reference

MicroQRBarcodeReadOptions Members
Leadtools.Barcode Namespace
MicroQRBarcodeData Class
BarcodeReader Class
BarcodeSymbology Enumeration
BarcodeEngine Class
BarcodeReader.ReadBarcode
BarcodeReader.ReadBarcodes
Programming with LEADTOOLS Barcode
Supported Barcode Symbologies
Unlocking Barcode Support
Reading Barcodes Tutorial
Datamatrix Barcodes in LEADTOOLS

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features