é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 retournée par la méthode IXpsRasterizer ::RasterizeRect. XPSRAS_PIXEL_FORMAT est fourni avec Windows 8 et versions ultérieures de Windows.
Syntaxe
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 pixel de couleur 32 bits. Il s’agit du format de pixel par défaut. |
XPSRAS_PIXEL_FORMAT_64BPP_PRGBA_HALF_SCRGB Format de pixel de couleur 64 bits. |
XPSRAS_PIXEL_FORMAT_128BPP_PRGBA_FLOAT_SCRGB Format de pixel de couleur 128 bits. |
Remarques
Pour plus d’informations sur la rastérisation des documents XPS, consultez Utilisation du service de rastérisation XPS.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 8 |
serveur minimum pris en charge | Windows Server 2012 |
d’en-tête | xpsrassvc.h (include Xpsrassvc.h) |