ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / EPSFormat Class
Members

In This Topic
    EPSFormat Class
    In This Topic
    Represents an Encapsulated Postscript (EPS) object that can be used to export a MapView, MapFrame, or a Layout.
    Syntax
    Public Class EPSFormat 
       Inherits ExportFormat
    public class EPSFormat : ExportFormat 
    Remarks
    EPS files use the PostScript page description language to describe vector and raster objects. PostScript is the publishing industry standard for high-end graphics files, cartography, and printing. EPS files can be edited in many drawing applications or placed as a graphic in most page layout applications. EPS files support embedding of fonts so that users who do not have Esri Fonts installed can still view the proper symbology.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Mapping.ExportFormat
          ArcGIS.Desktop.Mapping.EPSFormat

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also