UniPRT SDK  v1.0.0.0
AMaxicodeBarcode Class Referenceabstract
Inheritance diagram for AMaxicodeBarcode:
IMaxicodeBarcode IStartPoint IPositionRuler MaxicodeBarcode MaxicodeBarcode

Public Member Functions

IMaxicodeData GetData ()
 The barcode content.
 
IRuler GetRuler ()
 The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both. More...
 
IPoint GetStart ()
 Position where object starts.
 
void SetData (IMaxicodeData data)
 
void SetRuler (IRuler ruler)
 
void SetStart (IPoint start)
 
String ToString ()
 Returns the string that can be sent to printer.
 

Protected Member Functions

 AMaxicodeBarcode (IPoint start, IMaxicodeData data)
 

Member Function Documentation

◆ GetRuler()

IRuler GetRuler ( )

The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both.

The print resolution must match the resolution of the printer. Incorrect printing will result if a resolution does not match the printer.

Implements IPositionRuler.