1D 条码的非默认参数。 不同的条码类型可能需要自定义不同的参数。
如果想要暴露所有 1D TSPL 参数,以下每一个都需要他们自己的接口:
更多...
Public 成员函数 | |
float | GetHeight () |
根据 TSPL 文档,可选的高度参数 Hn[.m]。 | |
String | GetMagnification () |
根据 TSPL 文档,可选的放大参数 MAG。 | |
TSPL.Rotation | GetRotation () |
根据 TSPL 文档,可选的旋转参数 DIR。 | |
TSPL.Barcode_Type1D | getType () |
设置参数所适用的条码类型。 | |
boolean | IsPrintHumanReadable () |
在条码底部打印 PDF 人眼可读的文字。 | |
boolean | IsPrintHumanReadableOnTop () |
不支持 | |
void | SetHeight (float height) |
void | SetMagnification (String magnification) |
void | SetPrintHumanReadable (boolean printHumanReadable) |
void | SetPrintHumanReadableOnTop (boolean printHumanReadableOnTop) |
void | SetRotation (TSPL.Rotation rotation) |
void | SetType (TSPL.Barcode_Type1D type) |
1D 条码的非默认参数。 不同的条码类型可能需要自定义不同的参数。
如果想要暴露所有 1D TSPL 参数,以下每一个都需要他们自己的接口: