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

In This Topic
    EMFFormat Class
    In This Topic
    Represents an Enhanced Metafile Format (EMF) object that can be used to export a MapView, MapFrame, or a Layout.
    Syntax
    Public Class EMFFormat 
       Inherits ExportFormat
    public class EMFFormat : ExportFormat 
    Remarks
    EMF files are native Windows graphics files that can contain a mixture of vector and raster data. They are useful for embedding in Windows documents because the vector portions of the EMF can be resized without loss of quality. However, since EMF does not support font embedding and is exclusively a Windows format, it is not commonly used as an interchange format between users.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Mapping.ExportFormat
          ArcGIS.Desktop.Mapping.EMFFormat

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also