Class MaxiCodeStandartSecondMessage

Class MaxiCodeStandartSecondMessage

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

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

public class MaxiCodeStandartSecondMessage : MaxiCodeSecondMessage

Inheritance

objectMaxiCodeSecondMessageMaxiCodeStandartSecondMessage

Inherited Members

MaxiCodeSecondMessage.GetMessage(), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

MaxiCodeStandartSecondMessage()

public MaxiCodeStandartSecondMessage()

Properties

Message

Gets or sets second message

public string Message { get; set; }

Property Value

string

Methods

Equals(object)

Returns a value indicating whether this instance is equal to a specified Aspose.BarCode.ComplexBarcode.MaxiCodeStandartSecondMessage value.

public override bool Equals(object obj)

Parameters

obj object

An Aspose.BarCode.ComplexBarcode.MaxiCodeStandartSecondMessage 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