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


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

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