Provides access to the Layout Image Interface.
When To Use
Use ILayoutImage to access properties of an ExportLayout result.
Members
| 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. | 
![]()  | 
MimeType | The MIME type of 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. | 
ILayoutImage.Extent Property
The extent of the page that is fitted to the height and width of the generated image.
Public ReadOnly Property Extent As IEnvelope
public IEnvelope Extent {get;}
ILayoutImage.MapImages Property
A collection of MapImage objects contained in the layout. There will be one MapImage object returned for each data frame.
Public ReadOnly Property MapImages As IMapImages
public IMapImages MapImages {get;}
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IImageResult | Provides access to the Image Result Interface. | 
Classes that implement ILayoutImage
| Classes | Description | 
|---|---|
| LayoutImage | The Layout Image coclass contains information about the generated layout image. | 
Remarks
The ILayoutImage interface inherits all IImageResult properties.
