UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.IMaxicodeMsg Interface Reference

Maxicode barcode data. Does not apply to Mode 2 or 3. More...

Inheritance diagram for UniPRT.Sdk.LabelMaker.Interfaces.IMaxicodeMsg:
UniPRT.Sdk.LabelMaker.Interfaces.IMaxicodeData UniPRT.Sdk.LabelMaker.Interfaces.AMaxicodeMsg UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsg UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsg

Properties

string Data [get]
 The barcode data that includes the primary message + secondary messages to be encoded in the barcode.
 
Enum Mode [get, set]
 The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes.
 
string PrimaryMsg [get, set]
 Primary Message, excluding the mode value, typically has a maximum of 9 characters.
 
string RemainingMsg [get, set]
 Secondary Message, typically has a maximum of 68 characters for modes with EEC or 84 characters for modes with SEC.
 

Detailed Description

Maxicode barcode data. Does not apply to Mode 2 or 3.