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