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


IPSDriver Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPSDriver Interface
ArcGIS Developer Help

IPSDriver Interface

Provides access to members that control the PostScript Driver. Note: the IPSDriver interface has been superseded by IPSDriver2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Read/write property ArcPressSeparateImage Indicates whether a separate Image file should be created for ArcPress.
Read/write property ArcPressSeparateImageRotate Indicates whether the Image should be rotated 90 degress for ArcPress.
Method CreatePS Converts the EMF file to a EPS File.
Read/write property Emulsion The Emulsion setting for the PostScript Driver.
Read/write property FontMapCollection The Font Map Collection for Font Mapping.
Read/write property FormName The printer page form. Use Win32 DMPAPER_xxx constants.
Read/write property HalfTone The Halftone DPI / LPI.
Read/write property Image The Image setting (Positive or Negative) for the PostScript Driver.
Read/write property ImageCompression The Image Compression of the PostScript Driver.
Read/write property Marks The PostScript Marks.
Read/write property OneBitImageTransparency Indicates if the 1-bit Image Transparency setting for the PostScript Driver is set to true.
Read/write property Orientation The printer page orientation (1 = portrait. 2 = landscape).
Read/write property PPDFile The PPD (PostScript Printer Description) file to be used.
Read/write property PrintableBounds The printers Printable Bounds - Used for Marks.
Read/write property PSLanguageLevel The PostScript Driver Language Level.
Write-only property StepProgressor PostScript Driver will update a Progress Bar.
Read/write property UseEMFFrameBoxForPSBoundingBox Indicates whether the PostScript Driver should use the ENHMETAHEADER rclFrame instead of rclBounds for the PostScript Bounding Box.

Classes that implement IPSDriver

Classes Description
PSDriver Class used to print maps with the PostScript Driver.
PsPrinter Class used to print maps with the PostScript Printer Driver.