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.<83>

 #define SPLFILE_CONTENT_TYPE_PROP_NAME L"Spool File Contents"
  

The following are the valid string values for this property.

Value

Description

L"TYPE_XPS_MS"

Microsoft XML Paper Specification (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 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 the client submits to a print server, but the print server supports this property, the print server SHOULD by default select the value L"TYPE_XPS_MS".