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


IExportImage.ImageType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

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 [out, retval]
pimageType is a parameter of type esriExportImageType pimageType [in]
pimageType is a parameter of type esriExportImageType

Product Availability

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

See Also

IExportImage Interface