The PrinterSettings object specifies various settings for the printer.
Members/Properties
Name |
Description |
Specifies the printer name. |
|
Specifies the name of the PCL output file. |
|
Specifies the input tray from which the printer selects the paper source. |
|
Specifies the printer output tray. |
|
Specifies the copy count for a page to be multiplied when printing. |
|
Specifies simplex/duplex printing. |
Specifies the printer name and it applies only when direct printing.
public java.lang.String PrinterName
Specifies the name of a PCL output file. If this parameter is empty, the output will be sent direct to the printer. Default value is empty. Applies only when direct printing.
public java.lang.String OutputPrintFile
Specifies the input tray from which the printer selects the paper source.
public java.lang.String InputTray
Specifies the printer output tray.
public java.lang.String OutputTray
Specifies the copy count for a page to be multiplied when printing. "-1" means not specified.
public int CopyCount
Specifies simplex/duplex printing.
public boolean Duplex