设置2D条码中单个矩形单元的大小。 更多...
Public 成员函数 | |
float | GetYdim () |
Y轴方向单元大小(高度)。 更多... | |
void | SetYdim (float ydim) |
![]() | |
IRuler | GetRuler () |
用于设置单元大小的标尺。 更多... | |
void | SetRuler (IRuler ruler) |
float | GetXdim () |
X轴方向单元大小(宽度)。 更多... | |
void | SetXdim (float xdim) |
设置2D条码中单个矩形单元的大小。
单元大小是指条码中单元的尺寸,而非条码的形状。
float com.UniPRT.Sdk.LabelMaker.Interface.ICellRect.GetYdim | ( | ) |
Y轴方向单元大小(高度)。
在 com.UniPRT.Sdk.LabelMaker.CellRect 内被实现.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString() , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString().
void com.UniPRT.Sdk.LabelMaker.Interface.ICellRect.SetYdim | ( | float | ydim | ) |