MaxiCodeStructuredSecondMessage

MaxiCodeStructuredSecondMessage class

Namespace: Aspose.Barcode.ComplexBarcode

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

Constructors

NameDescription
__construct

Methods

NameStaticDescription
_constructYes
addNoAdds new identifier
clearNoClear identifiers list

Properties

NameRead/WriteDescription
IdentifiersRead-onlyGets identifiers list
MessageRead-onlyGets constructed second message
YearRead/WriteGets year. Year must be 2 digit integer value.

MaxiCodeStructuredSecondMessage__construct()

_construct_construct($dtoObj) (static)

ParameterTypeDescription
$dtoObj``

addadd(string $identifier)

Adds new identifier

ParameterTypeDescription
$identifierstring

clearclear()

Clear identifiers list

Identifiers

Access: Read-only

Returns: array List of identifiers

Gets identifiers list

Message

Access: Read-only

Returns: string Constructed second message

Gets constructed second message

Year

Access: Read/Write

Gets year. Year must be 2 digit integer value.

Sets year. Year must be 2 digit integer value.

ParameterTypeDescription
$valueint