XPSRAS_BACKGROUND_COLOR enumeration (xpsrassvc.h)

XPSRAS_BACKGROUND_COLOR specifies the background clear color to be used by an XPS rasterizer:

Syntax

typedef enum __MIDL___MIDL_itf_xpsrassvc_0000_0004_0001 {
  XPSRAS_BACKGROUND_COLOR_TRANSPARENT,
  XPSRAS_BACKGROUND_COLOR_OPAQUE
} XPSRAS_BACKGROUND_COLOR;

Constants

 
XPSRAS_BACKGROUND_COLOR_TRANSPARENT
Use transparent white as clear color.
XPSRAS_BACKGROUND_COLOR_OPAQUE
Use opaque white as clear color.

Requirements

Requirement Value
Minimum supported client Windows 10
Header xpsrassvc.h (include Xpsrassvc.h)

See also

IXpsRasterizationFactory2::CreateRasterizer