Lexmark X652DE Technical Reference - Page 14

PostScript envelope size support, Tray selected with tray operators

Page 14 highlights

setpagedevice where x y are the PageSize in points. Tray selected with tray operators = Supported X = Not supported Operator Tray selected (corresponding image size is set) a4tray tray with A4-size paper a5tray tray with A5-size paper b5tray tray with B5-size paper customtray tray with custom-size paper executivetray tray with executive-size paper foliotray tray with folio-size paper legaltray tray with legal-size paper lettertray tray with letter-size paper oficiotray tray with oficio-size paper statementtray tray with statement-size paper Printer models T650n/dn/dtn, T652n/dn/dtn, T654n/dn/dtn X651 MFP, X652 MFP, X654 MFP, X656 MFP, X658 MFP X X PostScript envelope size support The literal names in "Envelope sizes supported" on page 15 are also supported as operators in userdict. These operators change the image size, but do not change the active paper source. Therefore, when these operators are used, part of the image may be clipped. When these literal names are used as operators, it is equivalent to executing the following PostScript emulation sequence. The following example uses a 3.875 x 7.5 envelope. >>setpagedevice PostScript (PS) emulation 14

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104

setpagedevice
where
x y
are the PageSize in points.
Tray selected with tray operators
= Supported
X = Not supported
Printer models
Operator
Tray selected (corresponding
image size is set)
T650n/dn/dtn, T652n/dn/dtn,
T654n/dn/dtn
X651 MFP, X652 MFP,
X654 MFP, X656 MFP,
X658 MFP
a4tray
tray with A4-size paper
a5tray
tray with A5-size paper
b5tray
tray with B5-size paper
customtray
tray with custom-size paper
X
X
executivetray
tray with executive-size paper
foliotray
tray with folio-size paper
legaltray
tray with legal-size paper
lettertray
tray with letter-size paper
oficiotray
tray with oficio-size paper
statementtray
tray with statement-size paper
PostScript envelope size support
The literal names in “Envelope sizes supported” on page 15 are also supported as operators in
userdict
. These
operators change the image size, but do not change the active paper source. Therefore, when these operators are
used, part of the image may be clipped.
When these literal names are used as operators, it is equivalent to executing the following PostScript emulation
sequence. The following example uses a 3.875 x 7.5 envelope.
<</Policies <</PageSize 7>> /PageSize [279 540]>> >>setpagedevice
PostScript (PS) emulation
14