Skip to content

BRLMMWPrintSettings

Settings to print on MW series.

Overview

You use this object to set parameters to your printer such as a paper size. The images or PDFs you passed to print functions in BRLMPrinterDriver are converted to printable data for specified printer by using this settings. Therefore, you receive an error if the paper size you set to this object don't correspond with a actual paper size set in your printer.

Properties

paperSize

A paper size set in your printer. You need to check/set this value before printing. For allowed values, see BRLMMWPrintSettingsPaperSize.

Declaration

@property (nonatomic, readonly) BRLMMWPrintSettingsPaperSize paperSize;

Types

BRLMMWPrintSettingsPaperSize

Paper sizes for MW series.

Declaration

typedef NS_ENUM(NSInteger, BRLMMWPrintSettingsPaperSize) {
    BRLMMWPrintSettingsPaperSizeA6,
    BRLMMWPrintSettingsPaperSizeA7,
};