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


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

IPSDriver2.Emulsion Property

The Emulsion setting for the PostScript Driver.

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

Emulsion is a parameter of type esriPSDriverEmulsion* Emulsion [in]
Emulsion is a parameter of type esriPSDriverEmulsion

Product Availability

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

See Also

IPSDriver2 Interface