UniPRT SDK  v1.0.0.0
IPositionRuler Interface Reference
Inheritance diagram for IPositionRuler:
IBarcode2D IMaxicodeBarcode ABarcode2D AMaxicodeBarcode AAztecBarcode ADataMatrix APdf417 AQRBarcode MaxicodeBarcode MaxicodeBarcode AztecBarcode AztecBarcode DataMatrixBarcode DataMatrixBarcode Pdf417Barcode Pdf417Barcode QRBarcode QRBarcode

Public Member Functions

IRuler GetRuler ()
 The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both. More...
 
void SetRuler (IRuler Start)
 

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.

Implemented in AMaxicodeBarcode, and ABarcode2D.