This document is archived and information here might be outdated.  Recommended version.


ILayoutImage Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayoutImage Interface
ArcGIS Developer Help

ILayoutImage Interface

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

Name Description
Read-only property Extent The extent of the page that is fitted to the height and width of the generated image.
Read-only property Height The height of the image in pixels.
Read-only property MapImages A collection of MapImage objects contained in the layout. There will be one MapImage object returned for each data frame.
Read-only property MimeData Binary data representing the generated image.
Read-only property ReferenceDPI The device resolution of the image specified in the request (dots per inch).
Read-only property URL The URL of the generated image.
Read-only property Width The width of the image in pixels.

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.