UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
<IPrintResolution> Protocol Reference

The print resolution can be set in either inch or millimeter (MM) scale. Setting or updating either scale results in updates to both. More...

#include <IPrintResolution.h>

Inheritance diagram for <IPrintResolution>:
PrintResolution

Properties

float dotsPerInch
 Dots per Inch (DPI) print resolution.
 
float dotsPerMM
 Dots per millimeter (DPMM) print resolution.
 

Detailed Description

The print resolution can be set in either inch or millimeter (MM) scale. Setting or updating either scale results in updates to both.

The print resolution must match the resolution of the printer. Incorrect printing will occur if the resolution does not match the printer's specification.

Property Documentation

◆ dotsPerInch

- (float) dotsPerInch
readwritenonatomicassign

Dots per Inch (DPI) print resolution.

◆ dotsPerMM

- (float) dotsPerMM
readwritenonatomicassign

Dots per millimeter (DPMM) print resolution.


The documentation for this protocol was generated from the following file: