UniPRT SDK  v1.0.0.0
PrintResolution Class Reference
Inheritance diagram for PrintResolution:
IPrintResolution

Public Member Functions

 PrintResolution (float dotsPerUnit, ScaleEnum unit)
 Define the printer resolution in dots per inch or dots per mm.
 
float GetDotsPerInch ()
 Dots per Inch print resolution.
 
float GetDotsPerMM ()
 Dots per MM print resolution.
 
void SetDotsPerInch (float dotsPerInch)
 
void SetDotsPerMM (float dotsPerMM)