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


IImageResult2.MimeType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageResult2.MimeType Property

The MIME type of the generated image.

[Visual Basic .NET]
Public ReadOnly Property MimeType As String
[C#]
public string MimeType {get;}
[C++]
HRESULT get_MimeType(
  BSTR* pMimeType
);
[C++]

Parameters pMimeType [out, retval] pMimeType is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageResult2 Interface