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


IDibExporter.BitsPerPixel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IDibExporter.BitsPerPixel Property

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

Product Availability

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

See Also

IDibExporter Interface