customPaperPrinter method

bool customPaperPrinter()

Implementation

bool customPaperPrinter() {
  return this._series == PrinterSeries.CUSTOM_PAPER_PRINTER;
}