Public Member Functions | |
Pdf417Barcode () | |
Pdf417Barcode (IPoint start, String data) | |
String | ToString () |
Returns the string that can be sent to printer. More... | |
String | toString () |
![]() | |
ICellRect | GetCellSize () |
The cell size can be thought of as the width and height of the narrowest bar element within a PDF417 row. More... | |
void | SetCellSize (ICellRect cellSize) |
Pdf417ErrCorrectionEnum | GetErrorCorrection () |
void | SetErrorCorrection (Pdf417ErrCorrectionEnum errorCorrection) |
int | GetRows () |
The number of rows can be used to limit the height of the barcode. More... | |
void | SetRows (int rows) |
int | GetColumns () |
The number of columns can be used to limit the width of the barcode. More... | |
void | SetColumns (int columns) |
![]() | |
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 | |
![]() | |
APdf417 () | |
APdf417 (IPoint start, String data) | |
int | LimitRange (int value, int min, int max) |
Utility method to limit values to a specified range. More... | |
com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode | ( | ) |
com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode | ( | IPoint | start, |
String | data | ||
) |
String com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.ToString | ( | ) |
Returns the string that can be sent to printer.
Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.
References com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString().
String com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString | ( | ) |
Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.
References com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.ClearParameterLines(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.GetBarcodeType2D(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetCellSize(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetColumns(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetData(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetErrorCorrection(), com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.GetNewParameterLine(), com.UniPRT.Sdk.LabelMaker.TsplLib.ITsplParamLine< T >.GetParameters(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.GetPrintableDataFrameChar(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRotation(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.GetRotation(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetRows(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRuler(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetStart(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.GetXdim(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.Interface.ICellRect.GetYdim(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.LINE_TERMINATOR, com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.Barcode_Type2D.PDF417, com.UniPRT.Sdk.LabelMaker.PrintPlane.Round(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.SetColumns(), com.UniPRT.Sdk.LabelMaker.TsplLib.ITsplParamLine< T >.SetPrefix(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots(), and com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.toString().
Referenced by com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.ToString().