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