ArcObjects Library Reference (Output)  

IExportImage.BackgroundColor Property

The background color of the Image.

[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

Product Availability

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

See Also

IExportImage Interface