// xpsrassvc.h
typedef enum __MIDL___MIDL_itf_xpsrassvc_0000_0004_0001 {
XPSRAS_BACKGROUND_COLOR_TRANSPARENT,
XPSRAS_BACKGROUND_COLOR_OPAQUE
} XPSRAS_BACKGROUND_COLOR;
View the official Windows Driver Kit DDI referenceNo description available.
XPSRAS_BACKGROUND_COLOR specifies the background clear color to be used by an XPS rasterizer:
XPSRAS_BACKGROUND_COLOR_TRANSPARENTUse transparent white as clear color.
XPSRAS_BACKGROUND_COLOR_OPAQUEUse opaque white as clear color.
IXpsRasterizationFactory2::CreateRasterizer