Public 成员函数 | |
Pdf417Barcode () | |
Pdf417Barcode (IPoint start, String data) | |
String | ToString () |
Returns the string that can be sent to printer. 更多... | |
String | toString () |
![]() | |
ICellRect | GetCellSize () |
单元大小可视为 PDF417 行中最窄的条形元素的宽度和高度。 更多... | |
void | SetCellSize (ICellRect cellSize) |
Pdf417ErrCorrectionEnum | GetErrorCorrection () |
void | SetErrorCorrection (Pdf417ErrCorrectionEnum errorCorrection) |
int | GetRows () |
行数可用于限制条码的高度。 更多... | |
void | SetRows (int rows) |
int | GetColumns () |
列数可用于限制条码的宽度。 更多... | |
void | SetColumns (int columns) |
![]() | |
IRuler | GetRuler () |
打印分辨率可以设置为英寸或毫米刻度。设置/更新其中一种刻度会导致两者都被更新。 更多... | |
void | SetRuler (IRuler ruler) |
IPoint | GetStart () |
条码开始的位置。 更多... | |
void | SetStart (IPoint start) |
String | GetData () |
条码内容。 更多... | |
void | SetData (String data) |
RotateEnum | GetRotation () |
void | SetRotation (RotateEnum rotation) |
额外继承的成员函数 | |
![]() | |
APdf417 () | |
APdf417 (IPoint start, String data) | |
int | LimitRange (int value, int min, int max) |
用于将数值限制在指定范围内的工具方法。 更多... | |
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.
重载 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D .
引用了 com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString().
String com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString | ( | ) |
重载 com.UniPRT.Sdk.LabelMaker.Abstract.APdf417 .
引用了 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() , 以及 com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.toString().
被这些函数引用 com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.ToString().