UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution Interface Reference

The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both. More...

Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution:
com.UniPRT.Sdk.LabelMaker.PrintResolution

Public Member Functions

float GetDotsPerInch ()
 Dots per Inch print resolution. More...
 
void SetDotsPerInch (float dotsPerInch)
 
float GetDotsPerMM ()
 Dots per MM print resolution. More...
 
void SetDotsPerMM (float dotsPerMM)
 

Detailed Description

The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both.

The print resolution must match the resolution of the printer. Incorrect printing will result if a resolution does not match the printer.

Member Function Documentation

◆ GetDotsPerInch()

◆ GetDotsPerMM()

float com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.GetDotsPerMM ( )

◆ SetDotsPerInch()

void com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.SetDotsPerInch ( float  dotsPerInch)

◆ SetDotsPerMM()

void com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.SetDotsPerMM ( float  dotsPerMM)

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