2.2.1.14.4 SPLFILE_CONTENT_TYPE_PROP_NAME
The SPL_CONTENT_TYPE_PROP_NAME constant defines the name of a standard Job Named Property (section 3.1.1) that specifies the spool file format for the print data that is sent by the client.<91>
#define SPLFILE_CONTENT_TYPE_PROP_NAME L"Spool File Contents"
The following are the valid string values for this property.
|
Property Value |
Meaning |
|
L"TYPE_XPS_MS" |
Microsoft XPS format. For more information, see [MSFT-XMLPAPER]. |
|
L"TYPE_XPS_OPEN" |
OpenXPS format. For more information, see [ECMA-388]. |
|
L"TYPE_PDL_POSTSCRIPT" |
Page Description Language (PDL) PostScript format. |
|
L"SPLFILE_CONTENT_TYPE_PDL_UNKNOWN" |
Unknown Page Description Language (PDL) format. |
Print servers are not required to support this property. Print clients are not required to support or set this property. If a print client does not set this property on a print job that this client submits to a print server, if the print server supports this property the print server SHOULD by default select the property value L"TYPE_XPS_MS" (Microsoft XPS format, described in [MSFT-XMLPAPER]).