This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRasterOutputSettings Interface > IRasterOutputSettings.MaxColorDepth Property (ArcObjects .NET 10.5 SDK) |
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