列印解析度可以設為英寸或毫米刻度。設置/更新其中一種刻度會導致兩者都被更新。 更多...
公開方法(Public Methods) | |
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 | ) |