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


IPSDriver.Emulsion Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IPSDriver.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

IPSDriver Interface