ILayoutImage Interface

Provides access to the Layout Image Interface.

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 MimeType The MIME type of 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.

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.