Class MaxiCodeStructuredSecondMessage

Class MaxiCodeStructuredSecondMessage

Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.2.0)

Class for encoding and decoding structured second message for MaxiCode barcode.

public class MaxiCodeStructuredSecondMessage : MaxiCodeSecondMessage

Inheritance

objectMaxiCodeSecondMessageMaxiCodeStructuredSecondMessage

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

List<string&gt;

Year

Gets or sets year. Year must be 2 digit integer value.

public int Year { get; set; }

Property Value

int

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

bool

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

int

A 32-bit signed integer hash code.

GetMessage()

Gets constructed second message

public override string GetMessage()

Returns

string

Constructed second message

 English