.. include:: headings.inc .. _ImageResolution: ========================================================================================================================================== |phoenix_title| **ImageResolution** ========================================================================================================================================== The `ImageResolution` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``IMAGE_RESOLUTION_NONE`` Resolution not specified. ``IMAGE_RESOLUTION_INCHES`` Resolution specified in inches. ``IMAGE_RESOLUTION_CM`` Resolution specified in centimetres. ================================================================================ ================================================================================ |