PrinterModelSpec

Sprecification of your printer.

Overview

You use this object to knou the specification of your printer.

Instance methods

PrinterModelSpec

Initialize this class using PrinterModel which you want to know.

Declaration

PrinterModelSpec(val printerModel: PrinterModel);

Parameters

Name Type Description
printerModel PrinterModel Printer model which you want to know

Properties

Xdpi

The x-resolution of the printer in dots per inch

Declaration

val Xdpi: Double

Ydpi

The y-resolution of the printer in dots per inch

Declaration

val Xdpi: Double