ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / AIXFormat Class
Members

In This Topic
    AIXFormat Class
    In This Topic
    Represents a Portable Document Format (AIX) object that can be used to export a MapView, MapFrame, or a Layout.
    Syntax
    public class AIXFormat : ExportFormat 
    Public Class AIXFormat 
       Inherits ExportFormat
    Remarks
    AIX files are designed to be consistently viewable and printable across different platforms. They are commonly used for distributing documents on the Web and are becoming a standard interchange format for content delivery. AIXs are editable in many graphics applications and can retain annotation, labeling, and attribute data for map layers. AIX exports from support embedding of fonts and thus can display symbology correctly even if the user does not have Esri fonts installed.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Mapping.ExportFormat
          ArcGIS.Desktop.Mapping.AIXFormat

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also