Class MaxiCodeParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.12.0)
MaxiCode parameters.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.MaxiCodeParameters")]
public class MaxiCodeParametersInheritance
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
ECIEncoding
Gets or sets ECI encoding. Used when MaxiCodeEncodeMode is Auto. Default value: ISO-8859-1
public ECIEncodings ECIEncoding { get; set; }Property Value
EncodeMode
Gets or sets a MaxiCode encode mode. Default value: Auto.
public MaxiCodeEncodeMode EncodeMode { get; set; }Property Value
Mode
Gets or sets a MaxiCode encode mode.
[XmlSerialization(Type = XmlSerializationType.Element)]
public MaxiCodeMode Mode { get; set; }Property Value
StructuredAppendModeBarcodeId
Gets or sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0
[XmlSerialization(Type = XmlSerializationType.Element)]
public int StructuredAppendModeBarcodeId { get; set; }Property Value
StructuredAppendModeBarcodesCount
Gets or sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1
[XmlSerialization(Type = XmlSerializationType.Element)]
public int StructuredAppendModeBarcodesCount { get; set; }Property Value
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.MaxiCodeParameters.
public override string ToString()Returns
A string that represents this Aspose.BarCode.Generation.MaxiCodeParameters.