UniPRT SDK  v1.0.0.0
PrintResolution类 参考
类 PrintResolution 继承关系图:
IPrintResolution

Public 成员函数

 PrintResolution (float dotsPerUnit, ScaleEnum unit)
 定义印表机的分辨率,以每英寸点数或每毫米点数为单位。
 
float GetDotsPerInch ()
 每英寸点数的打印分辨率。
 
float GetDotsPerMM ()
 每毫米点数的打印分辨率。
 
void SetDotsPerInch (float dotsPerInch)
 
void SetDotsPerMM (float dotsPerMM)