TDTemplatePrintSettings
Settings to template-print on TD 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 TDTemplatePrintSettings(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 TDTemplatePrintSettings 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);
peelLabel
Whether or not to enable peeling. Your printer has to support it.
Declaration
public boolean isPeelLabel();
public void setPeelLabel(boolean peelLabel);