XPSRAS_BACKGROUND_COLOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-xpsrassvc-__midl___midl_itf_xpsrassvc_0000_0004_0001)

__MIDL___MIDL_itf_xpsrassvc_0000_0004_0001 enumeration

Description

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

Constants

XPSRAS_BACKGROUND_COLOR_TRANSPARENT

Use transparent white as clear color.

XPSRAS_BACKGROUND_COLOR_OPAQUE

Use opaque white as clear color.

See also

IXpsRasterizationFactory2::CreateRasterizer