Class MaxiCodeStructuredSecondMessage
Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.8.0)
Class for encoding and decoding structured second message for MaxiCode barcode.
public class MaxiCodeStructuredSecondMessage : MaxiCodeSecondMessageInheritance
object ← MaxiCodeSecondMessage ← MaxiCodeStructuredSecondMessage
Inherited Members
MaxiCodeSecondMessage.GetMessage() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
MaxiCodeStructuredSecondMessage()
public MaxiCodeStructuredSecondMessage()Properties
Identifiers
Gets identifiers list
public List<string> Identifiers { get; }Property Value
Year
Gets or sets year. Year must be 2 digit integer value.
public int Year { get; set; }Property Value
Methods
Add(string)
Adds new identifier
public void Add(string identifier)Parameters
identifier string
Identifier to be added
Clear()
Clear identifiers list
public void Clear()Equals(object)
Returns a value indicating whether this instance is equal to a specified Aspose.BarCode.ComplexBarcode.MaxiCodeStructuredSecondMessage value.
public override bool Equals(object obj)Parameters
obj object
An Aspose.BarCode.ComplexBarcode.MaxiCodeStructuredSecondMessage value to compare to this instance.
Returns
true if obj has the same value as this instance; otherwise, false.
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()Returns
A 32-bit signed integer hash code.
GetMessage()
Gets constructed second message
public override string GetMessage()Returns
Constructed second message