←Select platform

AztecBarcodeReadOptions Class

Summary

Contains the extra options to use when reading Aztec barcodes.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public class AztecBarcodeReadOptions : BarcodeReadOptions 
<TypeConverterAttribute()> 
<SerializableAttribute()> 
Public Class AztecBarcodeReadOptions  
   Inherits BarcodeReadOptions 
   Implements System.ICloneable  
@interface LTAztecBarcodeReadOptions : LTBarcodeReadOptions 
public class AztecBarcodeReadOptions extends BarcodeReadOptions 
[TypeConverterAttribute()] 
[SerializableAttribute()] 
public ref class AztecBarcodeReadOptions : public BarcodeReadOptions, System.ICloneable   

Remarks

The AztecBarcodeReadOptions class is used to control the options when reading Aztec 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.Aztec. Then change the members of the returned AztecBarcodeReadOptions by casting it from BarcodeReadOptions to AztecBarcodeReadOptions.

It is also possible to create an instance of the AztecBarcodeReadOptions class and use it directly in those 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.Aztec

In addition to these features and members, the AztecBarcodeReadOptions class contains the following Aztec barcodes-specific features:

Member Description
FriendlyName

Gets the friendly name of this class.

Example

For an example, refer to AztecBarcodeData.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly