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


IExportPS.Image 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.Image Property
ArcGIS Developer Help

IExportPS.Image Property

The Image setting for the PostScript.

[Visual Basic .NET]
Public Property Image As esriExportPSImage
[C#]
public esriExportPSImage Image {get; set;}
[C++]
HRESULT get_Image(
  esriExportPSImage Image
);
[C++]
HRESULT put_Image(
  esriExportPSImage* Image
);
[C++]
Parameters
Image [in]

Image is a parameter of type esriExportPSImage Image [out, retval]
Image is a parameter of type esriExportPSImage*

Product Availability

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

See Also

IExportPS Interface