XPSRAS_RENDERING_MODE enumeration (xpsrassvc.h)

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

Syntax

typedef enum __MIDL___MIDL_itf_xpsrassvc_0000_0001_0001 {
  XPSRAS_RENDERING_MODE_ANTIALIASED,
  XPSRAS_RENDERING_MODE_ALIASED
} XPSRAS_RENDERING_MODE;

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.

Requirements

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

See also

IXpsRasterizationFactory::CreateRasterizer