This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > ID > IDibExporter Interface > IDibExporter.BitsPerPixel Property (ArcObjects .NET 10.5 SDK) |
The color depth of the DIB.
[Visual Basic .NET] Public Property BitsPerPixel As Short
[C#] public short BitsPerPixel {get; set;}
[C++]
HRESULT get_BitsPerPixel(
short* pBitsPerPixel
);
[C++]
HRESULT put_BitsPerPixel(
short pBitsPerPixel
);
[C++]
Parameters pBitsPerPixel [out, retval] pBitsPerPixel is a parameter of type short pBitsPerPixel [in] pBitsPerPixel is a parameter of type short