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


ITileDescription.ImageFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileDescription Interface > ITileDescription.ImageFormat Property
ArcGIS Developer Help

ITileDescription.ImageFormat Property

Image format for the tile.

[Visual Basic .NET]
Public Property ImageFormat As esriImageFormat
[C#]
public esriImageFormat ImageFormat {get; set;}
[C++]
HRESULT get_ImageFormat(
  esriImageFormat* ImageFormat
);
[C++]
HRESULT put_ImageFormat(
  esriImageFormat ImageFormat
);
[C++]
Parameters
ImageFormat [out, retval]

ImageFormat is a parameter of type esriImageFormat* ImageFormat [in]
ImageFormat is a parameter of type esriImageFormat

Product Availability

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

See Also

ITileDescription Interface