// 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 referenceNo description available.
The XPSRAS_RENDERING_MODE enumeration specifies the rendering mode to be used by an XPS rasterizer.
XPSRAS_RENDERING_MODE_ANTIALIASEDUse antialiasing to rasterize the specified graphics elements.
XPSRAS_RENDERING_MODE_ALIASEDDo not use antialiasing to rasterize the specified graphics elements.
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.
IXpsRasterizationFactory::CreateRasterizer