// xpsrassvc.h
typedef enum __MIDL___MIDL_itf_xpsrassvc_0000_0003_0001 {
XPSRAS_PIXEL_FORMAT_32BPP_PBGRA_UINT_SRGB,
XPSRAS_PIXEL_FORMAT_64BPP_PRGBA_HALF_SCRGB,
XPSRAS_PIXEL_FORMAT_128BPP_PRGBA_FLOAT_SCRGB
} XPSRAS_PIXEL_FORMAT;
View the official Windows Driver Kit DDI referenceNo description available.
XPSRAS_PIXEL_FORMAT allows a caller to select the pixel format used by the IWICBitmap interface that is returned by the IXpsRasterizer::RasterizeRect method. XPSRAS_PIXEL_FORMAT is provided with Windows 8 and later versions of Windows.
XPSRAS_PIXEL_FORMAT_32BPP_PBGRA_UINT_SRGB32-bit color pixel format. It is the default pixel format.
XPSRAS_PIXEL_FORMAT_64BPP_PRGBA_HALF_SCRGB64-bit color pixel format.
XPSRAS_PIXEL_FORMAT_128BPP_PRGBA_FLOAT_SCRGB128-bit color pixel format.
For more information about rasterizing XPS documents, see Using the XPS Rasterization Service.
IXpsRasterizationFactory1::CreateRasterizer1
Using the XPS Rasterization Service