XPS_IMAGE_TYPE enumeration (xpsobjectmodel.h)

Describes the image type.

Syntax

typedef enum __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0008 {
  XPS_IMAGE_TYPE_JPEG = 1,
  XPS_IMAGE_TYPE_PNG,
  XPS_IMAGE_TYPE_TIFF,
  XPS_IMAGE_TYPE_WDP,
  XPS_IMAGE_TYPE_JXR
} XPS_IMAGE_TYPE;

Constants

 
XPS_IMAGE_TYPE_JPEG
Value: 1
A JPEG (Joint Photographic Experts Group) image.
XPS_IMAGE_TYPE_PNG
A PNG (Portable Network Graphics) image.
XPS_IMAGE_TYPE_TIFF
A TIFF (Tagged Image File Format) image.
XPS_IMAGE_TYPE_WDP
An HD Photo (formerly Windows Media Photo) image.
XPS_IMAGE_TYPE_JXR
JPEG extended range (JPEG XR) image.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Header xpsobjectmodel.h

See also

XML Paper Specification