MimeData Class
MimeData Class
Contains the map image. The MimeData class includes the Multipurpose Internet Mail Extensions (MIME) type, the MIME label, and the binary image.
Public Class MimeData Inherits System.Object
[C#]
public class MimeData : System.Object
Public Properties
Name | Description |
---|---|
Bits | The binary map image. |
ContentID | Name of the returned image. The name consists of the string "map" appended with a number representing an index into the array of maps returned. For example, "map000.gif" is the map in a resulting MapImage object. If more than one MapImage object is returned in a call, the numbers are sequentially incremented based on the array index. |
MimeType | The Multipurpose Internet Mail Extensions (MIME) type of the map image. |
Remarks
- The MimeData object is contained in the MapImage.MimeData property returned by the RenderServiceSoap.GetMap method if the MapOptions.ReturnType is set to ReturnImage (MapReturnType enumeration).
See Also
MapImage.MimeData Property | RenderServiceSoap.GetMap Method | MapOptions.ReturnType Property | MapReturnType Enumeration