Provides access to the Layout Image Interface.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
Use ILayoutImage to access properties of an ExportLayout result.
Members
Description | ||
---|---|---|
Extent | The extent of the page that is fitted to the height and width of the generated image. | |
Height | The height of the image in pixels. | |
MapImages | A collection of MapImage objects contained in the layout. There will be one MapImage object returned for each data frame. | |
MimeData | Binary data representing the generated image. | |
ReferenceDPI | The device resolution of the image specified in the request (dots per inch). | |
URL | The URL of the generated image. | |
Width | The width of the image in pixels. |
Inherited Interfaces
Interfaces | Description |
---|---|
IImageResult | Provides access to the Image Result Interface. |
CoClasses that implement ILayoutImage
CoClasses and Classes | Description |
---|---|
LayoutImage | The Layout Image coclass contains information about the generated layout image. |
Remarks
The ILayoutImage interface inherits all IImageResult properties.