ImageFormat Class
Contains the format definitions for a map image.
Public Class ImageFormat
Member of [Namespace]
[C#]
public class ImageFormat : System.Object
Member of [Namespace]
Public Properties
Height | The height of the map image in pixels. Integer. |
MimeType | The Multipurpose Internet Mail Extensions (MIME) type of the map image. String. |
Width | The width of the map image in pixels. Integer. |
Remarks
- The ImageFormat class is used with the MapOptions.Format property as input to the RenderServiceSoap.GetMap method.
- For information about the relationship between map image size and map views, see Working with Map Views.
See Also
MapOptions.Format Property | RenderServiceSoap.GetMap Method | Working with Map Views