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.BackgroundColor Property (ArcObjects .NET 10.5 SDK) |
The background color of the DIB.
[Visual Basic .NET] Public Property BackgroundColor As IColor
[C#] public IColor BackgroundColor {get; set;}
[C++]
HRESULT get_BackgroundColor(
IColor** ppBackgroundColor
);
[C++]
HRESULT put_BackgroundColor(
IColor* ppBackgroundColor
);
[C++]
Parameters ppBackgroundColor [out, retval]
ppBackgroundColor is a parameter of type IColor ppBackgroundColor [in]
ppBackgroundColor is a parameter of type IColor