Océ imagePRESS C7010VPS series Technical Manual page 77

Table of Contents

Advertisement

If the command contains some additional settings like colour for instance:
<<
/PageSize [595 842]
/MediaColor (White)
/MediaPosition 1
>> setpagedevice
then the current media settings (such as paper size, colour, weight, and type) specified in a
setpagedevice command are compared with the settings in the requested tray. If the settings
match, the bitmaps corresponding to a PostScript file will be printed from the requested tray.
Otherwise, MediaPosition will be ignored. If the specified settings match any other tray, the
document will be printed from there, otherwise a standard media selection mechanism will take
place.
The following example explains the described process. Consider the following PostScript code:
<<
/PageSize [595 842]
/MediaWeight 100
/MediaPosition 1
>> setpagedevice
The current values in the tray 1 are:
PageSize [595 842]
MediaColor Red
MediaWeight 80
MediaType Plain paper
In this case, MediaPosition will be ignored, because media weight does not match. The standard
media selection mechanism will be applied.
NOTE
An InsertSheet is treated as a regular media selection setting and can be selected via
MediaPosition like any other media.
InsertSheet
Insert sheet is a flag that specifies whether to insert an unprinted sheet directly into the output
document. Insert sheet can be enabled through the /InsertSheet entry in the setpagedevice
operator.
If /InsertSheet is true, the sheet will be treated as an insert sheet.
If /InsertSheet is false, the sheet is treated as a printable sheet, unless /MediaType is one of the
values 'Insert sheet' or 'Tab insert'.
The modification of the /MediaType is done as follows:
For types [Print on tab], [Tab sheets], [Inserted tab sheets]: Modified to [Inserted tab sheets].
For all other types: Modified to [Inserts].
imagePRESS C7010VPS series v2.2
Chapter 5 - Adobe® PostScript® 3™
Media selection
77

Advertisement

Table of Contents
loading

Table of Contents