Share via


ImageFormat Class

ImageFormat Class

Contains the format definitions for a map image.


Public Class ImageFormat Inherits System.Object



[C#]

public class ImageFormat : System.Object

Public Properties

Name Description
public propertyHeight

The height of the map image in pixels. The valid range is 32 through 2,000 pixels. The default is 240 pixels. A fault is returned with an invalid Height call.

public propertyMimeType

The Multipurpose Internet Mail Extensions (MIME) type of the map image.

public propertyWidth

The width of the map image in pixels. Integer. Valid range is 32 through 2,000 pixels. Default is 296 pixels. A fault is returned with an invalid Width call.

Remarks

See Also

  MapOptions.Format Property   |   RenderServiceSoap.GetMap Method   |   Working with Map Views