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


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

IExportPS.Emulsion Property

The Emulsion setting for the PostScript.

[Visual Basic .NET]
Public Property Emulsion As esriExportPSEmulsion
[C#]
public esriExportPSEmulsion Emulsion {get; set;}
[C++]
HRESULT get_Emulsion(
  esriExportPSEmulsion Emulsion
);
[C++]
HRESULT put_Emulsion(
  esriExportPSEmulsion* Emulsion
);
[C++]
Parameters
Emulsion [in]

Emulsion is a parameter of type esriExportPSEmulsion Emulsion [out, retval]
Emulsion is a parameter of type esriExportPSEmulsion*

Product Availability

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

See Also

IExportPS Interface