PrinterModelSpec
Information about your printer.
Overview
Use this class to get static information about your printer.
Instance methods
PrinterModelSpec
Instantiate this class using a PrinterModel
which you want information about.
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