BRLMPrinterModelSpec
Information about your printer.
Overview
Use this class to get static information about your printer.
Instance methods
initWithPrinterModel
Instantiate this class using a BRLMPrinterModel
which you want information about.
Declaration
- (instancetype)initWithPrinterModel:(BRLMPrinterModel)printerModel;
Parameters
Name | Type | Description |
---|---|---|
printerModel | BRLMPrinterModel | Target printer model |
Properties
Xdpi
The x-resolution of the printer in dots per inch
Declaration
@property (nonatomic, readonly) double Xdpi;
Ydpi
The y-resolution of the printer in dots per inch
Declaration
@property (nonatomic, readonly) double Ydpi;