![]() |
Parameter(CNShiftStartPrintPosition)
|
Select and enter one of the following.
If a parameter is omitted, the document will be output with that parameter's default value (0).
|
True
|
Specify the position where printing starts
|
False
|
Do not specify the position where printing starts
|
Parameter(CNShiftFrLongEdge)
|
Specify a numerical value of -50.0 to 50.0 for the position from the long edge on the front side of the page where printing is to start (units: mm, default: 0)
If you set an increment of 0,1 mm with a printer model that does not support 0,1mm increments, the printed results may differ according to the printer model.
|
Parameter(CNShiftFrShortEdge)
|
Specify a numerical value of -50.0 to 50.0 for the position from the short edge on the front side of the page where printing is to start (units: mm, default: 0)
If you set an increment of 0,1 mm with a printer model that does not support 0,1mm increments, the printed results may differ according to the printer model.
|
Parameter(CNShiftBkLongEdge)
|
Specify a numerical value of -50.0 to 50.0 for the position from the long edge on the back side of the page where printing is to start (units: mm, default: 0)
If you set an increment of 0,1 mm with a printer model that does not support 0,1mm increments, the printed results may differ according to the printer model.
|
Parameter(CNShiftBkShortEdge)
|
Specify a numerical value of -50.0 to 50.0 for the position from the short edge on the back side of the page where printing is to start (units: mm, default: 0)
If you set an increment of 0,1 mm with a printer model that does not support 0,1mm increments, the printed results may differ according to the printer model.
|
Example
|
To print the file "sample.ps", specifying that the print start position is 50,0 mm from the long edge on the front side, 40,0 mm from the short edge on the front side, -30,0 mm from the long edge on the back side, and -20,0 mm from the short edge on the back side:
$ lpr sample.ps -o CNShiftStartPrintPosition=True -o CNShiftFrLongEdge=50.0 -o CNShiftFrShortEdge=40.0 -o CNShiftBkLongEdge=-30.0 -o CNShiftBkShortEdge=-20.0
|