Identifies
specific job property.
The 'S' and 'C' modifiers in the job property name indicate the complexity
of ulValue: simple or complex. Simple types are ULONG
in size and can be set directly using ulValue. Complex types are
structures. For an example of how to set them, see the sample code under
ulValue.
The 'J' and 'P' modifiers indicate the class of the property, where 'J'
is a job and 'P' is a printer property.
Valid job properties are as follows:
DJP_NONE - 0L
Also used as end-of-list marker
DJP_SJ_ORIENTATION - 1L
DJP_CJ_RESOLUTION - 2L
DJP_SJ_BITSPERPEL - 3L
DJP_SJ_COLOR - 4L
DJP_SJ_PRINTQUALITY - 5L
DJP_SJ_PAPERSIZE - 6L
DJP_SJ_TRAYTYPE - 7L
DJP_SJ_MEDIA - 8L
DJP_SJ_MEDIA_COLOR - 9L
DJP_CJ_FORM - 10L
DJP_CJ_MIXEDFORMS - 11L
DJP_SJ_FONTDOWNLOADING - 12L
DJP_SJ_DUPLEX - 13L
DJP_SJ_COLLATE - 14L
DJP_SJ_FEED - 15L
DJP_SJ_COPIES - 16L
DJP_SJ_SCALING - 17L
DJP_SJ_FORMFEEDCONTROL - 18L
DJP_SJ_N_UP - 19L
[Back: DJP_ITEM Field - cb]
[Next: DJP_ITEM Field - lType]