This document is archived and information here might be outdated. Recommended version. |
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