PTTemplatePrintSettings
Settings to template-print on PT series.
Overview
You use this object to set parameters to your printer. Currenty, there is no properties.
Instance methods
PTPrintSettings
Initialize this class with your printer model.
Declaration
public PTTemplatePrintSettings(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 PTTemplatePrintSettings 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);