BRLMPrinterModelSpec

Sprecification of your printer.

Overview

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

Instance methods

initWithPrinterModel

Initialize this class using BRLMPrinterModel which you want to know.

Declaration

- (instancetype)initWithPrinterModel:(BRLMPrinterModel)printerModel;

Parameters

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

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;