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


IExportImage.ImageType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportImage Interface > IExportImage.ImageType Property
ArcGIS Developer Help

IExportImage.ImageType Property

Export Image Type.

[Visual Basic .NET]
Public Property ImageType As esriExportImageType
[C#]
public esriExportImageType ImageType {get; set;}
[C++]
HRESULT get_ImageType(
  esriExportImageType pimageType
);
[C++]
HRESULT put_ImageType(
  esriExportImageType* pimageType
);
[C++]
Parameters
pimageType [in]

pimageType is a parameter of type esriExportImageType pimageType [out, retval]
pimageType is a parameter of type esriExportImageType*

Product Availability

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

See Also

IExportImage Interface