PSFEATURE_OUTPUT structure
The PSFEATURE_OUTPUT structure contains information about PostScript driver output options. This structure is used with the GET_PS_FEATURESETTING printer escape function.
Syntax
typedef struct _PSFEATURE_OUTPUT { BOOL bPageIndependent; BOOL bSetPageDevice; } PSFEATURE_OUTPUT, *PPSFEATURE_OUTPUT;
Members
- bPageIndependent
-
TRUE if PostScript output is page-independent or FALSE if PostScript output is page-dependent.
- bSetPageDevice
-
TRUE if printer feature code (setpagedevice's) is included or FALSE if all printer feature code is suppressed.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: