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


IImageResult2.MimeData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageResult2 Interface > IImageResult2.MimeData Property
ArcGIS Developer Help

IImageResult2.MimeData Property

Binary data representing the generated image.

[Visual Basic .NET]
Public ReadOnly Property MimeData As Byte[]
[C#]
public Byte[] MimeData {get;}
[C++]
HRESULT get_MimeData(
  SAFEARRAY(System.Byte)* Data
);
[C++]
Parameters
Data [out, retval]

Data is a parameter of type SAFEARRAY(unsigned char)*

Product Availability

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

See Also

IImageResult2 Interface