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


ITileDescription.ImageFormat Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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