Skip to content

PJTemplatePrintSettings

Settings to template-print on PJ series.

Overview

You use this object to set parameters to your printer. Currenty, there is no properties.

Instance methods

PJPrintSettings

Initialize this class with your printer model.

Declaration

public PJTemplatePrintSettings(PrinterModel printerModel);

Parameters

Name Type Description
printerModel PrinterModel the printer you use

Return Value

An instance of this class.

copyPrintSettings

Create a new instance with new printer model.

Declaration

public PJTemplatePrintSettings copyPrintSettings(PrinterModel printerModel);

Parameters

Name Type Description
printerModel PrinterModel the printer you use

Return Value

An instance of this class.

Properties

numCopies

The number of copies you print.

Declaration

public Int getNumCopies();
public void setNumCopies(Int set);