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


IDibExporter.BitsPerPixel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > ID > IDibExporter Interface > IDibExporter.BitsPerPixel Property
ArcGIS Developer Help

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(
  System.Int16* pBitsPerPixel
);
[C++]
Parameters
pBitsPerPixel [in]

pBitsPerPixel is a parameter of type short pBitsPerPixel [out, retval]
pBitsPerPixel is a parameter of type short*

Product Availability

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

See Also

IDibExporter Interface