UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode Class Reference
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode:
com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D com.UniPRT.Sdk.LabelMaker.Interface.ISquareCell com.UniPRT.Sdk.LabelMaker.Interface.IBarcode2D com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D com.UniPRT.Sdk.LabelMaker.Interface.IPositionRuler com.UniPRT.Sdk.LabelMaker.Interface.IRotation

Public Member Functions

 QRBarcode ()
 
 QRBarcode (IPoint start, String data)
 
 QRBarcode (IPoint start, List< Tuple< QRCodeManualEncodingEnum, String >> dataManuallyEncoded)
 
String ToString ()
 Returns the string that can be sent to printer. More...
 
String toString ()
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode
ICellSquare GetCellSize ()
 Barcode cell size. Larger cell size results in barcodes that take up a larger area. More...
 
void SetCellSize (ICellSquare cellSize)
 
QRCodeMaskEnum GetMask ()
 
void SetMask (QRCodeMaskEnum mask)
 
QRCodeModelEnum GetModel ()
 
void SetModel (QRCodeModelEnum model)
 
QRCodeErrorCorrectionEnum GetErrorCorrection ()
 
void SetErrorCorrection (QRCodeErrorCorrectionEnum errorCorrection)
 
List< Tuple< QRCodeManualEncodingEnum, String > > GetDataManuallyEncoded ()
 Manually encoded data. Manually encoded has priority over automatic encoding, Data. More...
 
void SetDataManuallyEncoded (List< Tuple< QRCodeManualEncodingEnum, String >> dataManuallyEncoded)
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D
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 ruler)
 
IPoint GetStart ()
 Position where barcode starts. More...
 
void SetStart (IPoint start)
 
String GetData ()
 The barcode content. More...
 
void SetData (String data)
 
RotateEnum GetRotation ()
 
void SetRotation (RotateEnum rotation)
 

Additional Inherited Members

- Protected Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode
 AQRBarcode ()
 
 AQRBarcode (IPoint start, String data)
 Used for most cases where data will be encoded automatically into barcode. More...
 
 AQRBarcode (IPoint start, List< Tuple< QRCodeManualEncodingEnum, String >> dataManuallyEncoded)
 This is used for cases where manual encoding of barcode data is desired. More...
 

Constructor & Destructor Documentation

◆ QRBarcode() [1/3]

com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.QRBarcode ( )

◆ QRBarcode() [2/3]

com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.QRBarcode ( IPoint  start,
String  data 
)

◆ QRBarcode() [3/3]

com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.QRBarcode ( IPoint  start,
List< Tuple< QRCodeManualEncodingEnum, String >>  dataManuallyEncoded 
)

Member Function Documentation

◆ ToString()

String com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.ToString ( )

Returns the string that can be sent to printer.

Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.

References com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString().

◆ toString()

String com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString ( )

The documentation for this class was generated from the following file: