1D 條碼的非預設參數。 不同的條碼類型可能需要自訂不同的參數。
如果想要暴露所有 1D TSPL 參數,以下每一個都需要他們自己的介面:
更多...
公開方法(Public Methods) | |
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 參數,以下每一個都需要他們自己的介面: