Share via


XPS_THUMBNAIL_SIZE enumeration

Describes the size of a thumbnail image.

Syntax

typedef enum  { 
  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
    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

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

IDL

XpsObjectModel.idl

See also

XML Paper Specification