PostScript
4-20
ignoresize
— ignoresize integer
queries whether or not text is being oriented based on page size.
An
integer valueisreturnedonthestack:
0 perform automatic orientation of text based on page size
1 treat the page size as an envelope
2 treat the page size as paper
Error: stackoverflow
setignoresize
integer setignoresize —
overrides the automatic page orientation selected by the printer to support
custom media sizes. This operator determines whether or not to adjust the text
basedonthepagesize.
integer value may be:
0 perform automatic orientation of text based on page size (default)
1 treat the page size as an envelope
2 treat the page size as paper
A value set by this operator takes effect on a subsequent setpagedevice only if
PageSize Policy is set to 7.
Errors: rangecheck, stackunderflow, typecheck