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


IRasterOutputSettings.MaxColorDepth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRasterOutputSettings Interface > IRasterOutputSettings.MaxColorDepth Property
ArcGIS Developer Help

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(
  System.Int16* 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