XPS_THUMBNAIL_SIZE enumeration (xpsobjectmodel.h)

Describes the size of a thumbnail image.

Syntax

typedef enum __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0015 {
  XPS_THUMBNAIL_SIZE_VERYSMALL = 1,
  XPS_THUMBNAIL_SIZE_SMALL,
  XPS_THUMBNAIL_SIZE_MEDIUM,
  XPS_THUMBNAIL_SIZE_LARGE
} XPS_THUMBNAIL_SIZE;

Constants

 
XPS_THUMBNAIL_SIZE_VERYSMALL
Value: 1
The thumbnail image is 32 pixels wide and 32 pixels high.
XPS_THUMBNAIL_SIZE_SMALL
The thumbnail image is 64 pixels wide and 64 pixels high.
XPS_THUMBNAIL_SIZE_MEDIUM
The thumbnail image is 100 pixels wide and 100 pixels high.
XPS_THUMBNAIL_SIZE_LARGE
The thumbnail image is 300 pixels wide and 300 pixels high.

Requirements

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

See also

XML Paper Specification