ArcObjects Library Reference (Output)  

IBmpExporter.Bitmap Property

The Windows Bitmap handle.

[Visual Basic .NET]
Public ReadOnly Property Bitmap As Integer
[C#]
public int Bitmap {get;}
[C++]
HRESULT get_Bitmap(
  long* hBmp
);
[C++]

Parameters

hBmp [out, retval]   hBmp is a parameter of type long

Product Availability

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

See Also

IBmpExporter Interface