This document is archived and information here might be outdated. Recommended version. |
Provides access to the Layout Image Interface.
Use ILayoutImage to access properties of an ExportLayout result.
Name | 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. |
Interfaces | Description |
---|---|
IImageResult | Provides access to the Image Result Interface. |
Classes | Description |
---|---|
LayoutImage | The Layout Image coclass contains information about the generated layout image. |
The ILayoutImage interface inherits all IImageResult properties.