UniPRT SDK  v1.0.0.0
Barcode_1D_Properties 類別 參考文件

1D 條碼的非預設參數。 更多...

公開方法(Public Methods)

float GetHeight ()
 可選高度,Hn[.m],根據 PGL 文檔。
 
String GetMagnification ()
 可選放大倍率,MAG,根據 PGL 文檔。
 
PGL.Rotation GetRotation ()
 可選旋轉,DIR,根據 PGL 文檔。
 
PGL.Barcode_Type1D getType ()
 設置條碼類型以應用這些參數。
 
boolean IsPrintHumanReadable ()
 在條碼底部打印 PDF 人類可讀內容。
 
boolean IsPrintHumanReadableOnTop ()
 在條碼頂部打印 PDF 人類可讀內容。
 
void SetHeight (float height)
 
void SetMagnification (String magnification)
 
void SetPrintHumanReadable (boolean printHumanReadable)
 
void SetPrintHumanReadableOnTop (boolean printHumanReadableOnTop)
 
void SetRotation (PGL.Rotation rotation)
 
void SetType (PGL.Barcode_Type1D type)
 

詳細描述

1D 條碼的非預設參數。