The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both. More...
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) |
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.
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.GetDotsPerInch | ( | ) |
Dots per Inch print resolution.
Implemented in com.UniPRT.Sdk.LabelMaker.PrintResolution.
Referenced by com.UniPRT.Sdk.LabelMaker.PrintPlane.DotsPerUnit(), com.UniPRT.Sdk.LabelMaker.PrintPlane.DotsToPoints(), com.UniPRT.Sdk.LabelMaker.PrintPlane.InchToDots(), and com.UniPRT.Sdk.LabelMaker.PrintPlane.ToInch().
float com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.GetDotsPerMM | ( | ) |
Dots per MM print resolution.
Implemented in com.UniPRT.Sdk.LabelMaker.PrintResolution.
Referenced by com.UniPRT.Sdk.LabelMaker.PrintPlane.DotsPerUnit(), com.UniPRT.Sdk.LabelMaker.PrintPlane.MMToDots(), and com.UniPRT.Sdk.LabelMaker.PrintPlane.ToMM().
void com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.SetDotsPerInch | ( | float | dotsPerInch | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintResolution.
void com.UniPRT.Sdk.LabelMaker.Interface.IPrintResolution.SetDotsPerMM | ( | float | dotsPerMM | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PrintResolution.