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


IExportPS.Image Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

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 [out, retval]
Image is a parameter of type esriExportPSImage Image [in]
Image is a parameter of type esriExportPSImage

Product Availability

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

See Also

IExportPS Interface