Class AztecParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
Aztec parameters.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.AztecParameters")]
public class AztecParameters
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
AspectRatio
Height/Width ratio of 2D BarCode module.
[XmlSerialization(Type = XmlSerializationType.Element)]
public float AspectRatio { get; set; }
Property Value
AztecEncodeMode
Gets or sets a Aztec encode mode. Default value: Auto.
[XmlSerialization(Type = XmlSerializationType.Element)]
public AztecEncodeMode AztecEncodeMode { get; set; }
Property Value
AztecErrorLevel
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int AztecErrorLevel { get; set; }
Property Value
AztecSymbolMode
Gets or sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
[XmlSerialization(Type = XmlSerializationType.Element)]
public AztecSymbolMode AztecSymbolMode { get; set; }
Property Value
ECIEncoding
Gets or sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
[XmlSerialization(Type = XmlSerializationType.Element)]
public ECIEncodings ECIEncoding { get; set; }
Property Value
IsReaderInitialization
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsReaderInitialization { get; set; }
Property Value
LayersCount
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).
[XmlSerialization(Type = XmlSerializationType.Element)]
public int LayersCount { get; set; }
Property Value
StructuredAppendBarcodeId
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
[XmlSerialization(Type = XmlSerializationType.Element)]
public int StructuredAppendBarcodeId { get; set; }
Property Value
StructuredAppendBarcodesCount
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
[XmlSerialization(Type = XmlSerializationType.Element)]
public int StructuredAppendBarcodesCount { get; set; }
Property Value
StructuredAppendFileId
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
[XmlSerialization(Type = XmlSerializationType.Element)]
public string StructuredAppendFileId { get; set; }
Property Value
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.AztecParameters.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.Generation.AztecParameters.