ArcGIS Pro 2.6 API Reference Guide
ExportFormat Class
Members 

ArcGIS.Desktop.Mapping Namespace : ExportFormat Class
Provides a base set of properties that all export formats inherit.
Syntax
public class ExportFormat 
Public Class ExportFormat 
Remarks

When exporting a MapView, the size of the output image is based on the Resolution and the Height and Width properties. For example, if the output resolution is 96 and height and width are both 960 then the output image size will be 960 pixels by 960 pixels and 10 inches by 10 inches. The geographic area for an exported MapView is generated based on its Camera location which represents the center of the view.

When exporting a Layout or a MapFrame, the height and width are obtained from the size of the object in page units and the Height and Width properties are ignored. For example, if a MapFrame is 5 inches by 5 inches and the resolution is 300, the output image will be 1500 pixels by 1500 pixels and remain 5 inches by 5 inches.

Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.ExportFormat
      ArcGIS.Desktop.Mapping.AIXFormat
      ArcGIS.Desktop.Mapping.BMPFormat
      ArcGIS.Desktop.Mapping.EMFFormat
      ArcGIS.Desktop.Mapping.EPSFormat
      ArcGIS.Desktop.Mapping.GIFFormat
      ArcGIS.Desktop.Mapping.JPEGFormat
      ArcGIS.Desktop.Mapping.PDFFormat
      ArcGIS.Desktop.Mapping.PNGFormat
      ArcGIS.Desktop.Mapping.SVGFormat
      ArcGIS.Desktop.Mapping.TGAFormat
      ArcGIS.Desktop.Mapping.TIFFFormat

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ExportFormat Members
ArcGIS.Desktop.Mapping Namespace