ArcObjects Library Reference (Display)  

IRasterOutputSettings.MaxColorDepth Property

Maximum color depth for raster output. Specify bits per pixel, i.e., 4, 8, 16.

[Visual Basic .NET]
Public Property MaxColorDepth As Short
[C#]
public short MaxColorDepth {get; set;}
[C++]
HRESULT get_MaxColorDepth(
  short* bitsPerPixel
);
[C++]
HRESULT put_MaxColorDepth(
  short bitsPerPixel
);
[C++]

Parameters

bitsPerPixel [out, retval]   bitsPerPixel is a parameter of type short bitsPerPixel [in]   bitsPerPixel is a parameter of type short

Product Availability

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

See Also

IRasterOutputSettings Interface