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


IExportPNG.TransparentColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportPNG Interface > IExportPNG.TransparentColor Property
ArcGIS Developer Help

IExportPNG.TransparentColor Property

The color that is marked as transparent in the export image.

[Visual Basic .NET]
Public Property TransparentColor As IColor
[C#]
public IColor TransparentColor {get; set;}
[C++]
HRESULT get_TransparentColor(
  IColor* Color
);
[C++]
HRESULT put_TransparentColor(
  IColor** Color
);
[C++]
Parameters
Color [in]

Color is a parameter of type IColor* Color [out, retval]
Color is a parameter of type IColor**

Product Availability

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

See Also

IExportPNG Interface