UniPRT SDK  v1.0.0.0
IPrintResolution 介面 參考文件

列印解析度可以設為英寸或毫米刻度。設置/更新其中一種刻度會導致兩者都被更新。 更多...

類別IPrintResolution的繼承圖:
PrintResolution

公開方法(Public Methods)

float GetDotsPerInch ()
 每英寸點數的列印解析度。
 
float GetDotsPerMM ()
 每毫米點數的列印解析度。
 
void SetDotsPerInch (float dotsPerInch)
 
void SetDotsPerMM (float dotsPerMM)
 

詳細描述

列印解析度可以設為英寸或毫米刻度。設置/更新其中一種刻度會導致兩者都被更新。

列印解析度必須與打印機的解析度匹配。如果解析度與打印機不匹配,將導致列印錯誤。