打印分辨率可以设置为英寸或毫米刻度。设置/更新其中一种刻度会导致两者都被更新。 更多...
Public 成员函数 | |
| float | GetDotsPerInch () |
| 每英寸点数的打印分辨率。 更多... | |
| void | SetDotsPerInch (float dotsPerInch) |
| float | GetDotsPerMM () |
| 每毫米点数的打印分辨率。 更多... | |
| void | SetDotsPerMM (float dotsPerMM) |
打印分辨率可以设置为英寸或毫米刻度。设置/更新其中一种刻度会导致两者都被更新。
打印分辨率必须与印表机的分辨率匹配。如果分辨率与印表机不匹配,将导致打印错误。
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.GetDotsPerInch | ( | ) |
| float com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.GetDotsPerMM | ( | ) |
| void com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.SetDotsPerInch | ( | float | dotsPerInch | ) |
| void com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.SetDotsPerMM | ( | float | dotsPerMM | ) |