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

In This Topic
    PNGFormat Class
    In This Topic
    Represents a Portable Network Graphics (PNG) object that can be used to export a MapView, MapFrame, or a Layout.
    Syntax
    Public Class PNGFormat 
       Inherits ExportFormat
    public class PNGFormat : ExportFormat 
    Remarks
    PNG is a versatile raster format that can display in web browsers and inserted into other documents. It supports high-bit-depth color and uses a lossless compression. For maps, PNG is often the best raster format, since the lossless compression keeps text and line work legible by preventing the compression artifacts that can occur in JPEG format. PNGs can be generated with an accompanying world file for use as georeferenced raster data.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Mapping.ExportFormat
          ArcGIS.Desktop.Mapping.PNGFormat

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also