This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportPS Interface > IExportPS.Image Property (ArcObjects .NET 10.5 SDK) |
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