énumération XPSRAS_PIXEL_FORMAT (xpsrassvc.h)
XPSRAS_PIXEL_FORMAT permet à un appelant de sélectionner le format de pixel utilisé par l’interface IWICBitmap qui est retourné par la méthode IXpsRasterizer ::RasterizeRect . XPSRAS_PIXEL_FORMAT est fourni avec Windows 8 et versions ultérieures de Windows.
Syntax
typedef enum __MIDL___MIDL_itf_xpsrassvc_0000_0003_0001 {
XPSRAS_PIXEL_FORMAT_32BPP_PBGRA_UINT_SRGB,
XPSRAS_PIXEL_FORMAT_64BPP_PRGBA_HALF_SCRGB,
XPSRAS_PIXEL_FORMAT_128BPP_PRGBA_FLOAT_SCRGB
} XPSRAS_PIXEL_FORMAT;
Constantes
XPSRAS_PIXEL_FORMAT_32BPP_PBGRA_UINT_SRGB Format de pixels de couleur 32 bits. Il s’agit du format de pixels par défaut. |
XPSRAS_PIXEL_FORMAT_64BPP_PRGBA_HALF_SCRGB Format de pixels de couleur 64 bits. |
XPSRAS_PIXEL_FORMAT_128BPP_PRGBA_FLOAT_SCRGB Format de pixels de couleur 128 bits. |
Remarques
Pour plus d’informations sur la rastérisation de documents XPS, consultez Utilisation du service de rastérisation XPS.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 |
Serveur minimal pris en charge | Windows Server 2012 |
En-tête | xpsrassvc.h (inclure Xpsrassvc.h) |