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


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

IPSDriver2.Image Property

The Image setting (Positive or Negative) for the PostScript Driver.

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

Image is a parameter of type esriPSDriverImage* Image [in]
Image is a parameter of type esriPSDriverImage

Product Availability

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

See Also

IPSDriver2 Interface