Class AztecParametersUI

AztecParametersUI class

UI wrapper for AztecParameters class.

public class AztecParametersUI

Properties

NameDescription
AspectRatio { get; set; }Height/Width ratio of 2D BarCode module.
AztecEncodeMode { get; set; }Gets or sets a Aztec encode mode. Default value: Auto.
AztecErrorLevel { get; set; }Level of error correction of Aztec types of barcode. Value should between 10 to 95.
AztecSymbolMode { get; set; }Gets or sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
CodeTextEncoding { get; set; }Gets or sets the encoding of codetext.
ECIEncoding { get; set; }Gets or sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
IsReaderInitialization { get; set; }Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
LayersCount { get; set; }Gets or sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).
StructuredAppendBarcodeId { get; set; }Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
StructuredAppendBarcodesCount { get; set; }Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
StructuredAppendFileId { get; set; }File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string

Methods

NameDescription
override ToString()Returns a human-readable string representation of this AztecParameters.

See Also