設定2D條碼中單個正方形單元的大小。 更多...
公開方法(Public Methods) | |
| IRuler | GetRuler () |
| 用於設定單元大小的標尺。 更多... | |
| void | SetRuler (IRuler ruler) |
| float | GetXdim () |
| X軸方向單元大小(寬度)。 更多... | |
| void | SetXdim (float xdim) |
設定2D條碼中單個正方形單元的大小。
單元大小是指條碼中單元的尺寸,而非條碼的形狀。
| IRuler com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.GetRuler | ( | ) |
用於設定單元大小的標尺。
| float com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.GetXdim | ( | ) |
X軸方向單元大小(寬度)。
實作於 com.UniPRT.Sdk.LabelMaker.Abstract.ACellSquare.
被參考於 com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), 及 com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString().
| void com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.SetRuler | ( | IRuler | ruler | ) |
| void com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.SetXdim | ( | float | xdim | ) |