XPSRAS_RENDERING_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// xpsrassvc.h

typedef enum __MIDL___MIDL_itf_xpsrassvc_0000_0001_0001 {
  XPSRAS_RENDERING_MODE_ANTIALIASED,
  XPSRAS_RENDERING_MODE_ALIASED
} XPSRAS_RENDERING_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

__MIDL___MIDL_itf_xpsrassvc_0000_0001_0001 enumeration

Description

The XPSRAS_RENDERING_MODE enumeration specifies the rendering mode to be used by an XPS rasterizer.

Constants

XPSRAS_RENDERING_MODE_ANTIALIASED

Use antialiasing to rasterize the specified graphics elements.

XPSRAS_RENDERING_MODE_ALIASED

Do not use antialiasing to rasterize the specified graphics elements.

Remarks

The values defined in this enumeration are used by the IXpsRasterizationFactory::CreateRasterizer method.

For more information about rasterizing XPS documents, see Using the XPS Rasterization Service.

See also

IXpsRasterizationFactory::CreateRasterizer