UniPRT SDK  v1.0.0.0
ABarcode2D Class Referenceabstract
Inheritance diagram for ABarcode2D:
IBarcode2D IBarcodeItem_2D IPositionRuler IRotation AAztecBarcode ADataMatrix APdf417 AQRBarcode AztecBarcode AztecBarcode DataMatrixBarcode DataMatrixBarcode Pdf417Barcode Pdf417Barcode QRBarcode QRBarcode

Public Member Functions

String GetData ()
 The barcode content.
 
RotateEnum GetRotation ()
 
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 barcode starts.
 
void SetData (String data)
 
void SetRotation (RotateEnum rotation)
 
void SetRuler (IRuler ruler)
 
void SetStart (IPoint start)
 
abstract String ToString ()
 Returns the string that can be sent to printer.
 
abstract String toString ()
 

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.