Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the image type.
Syntax
typedef enum {
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
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
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
Header |
Xpsobjectmodel.h |
IDL |
XpsObjectModel.idl |