ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / JPEGFormat Class
Properties Methods


In This Topic
    JPEGFormat Class Members
    In This Topic

    The following tables list the members exposed by JPEGFormat.

    Public Constructors
     NameDescription
    Public Constructor Initialize a new instance of JPEGFormat.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the number of bits used to describe color for JPEG.  
    Public Property Get or sets if the layout is clipped to the smallest bounding box that encompasses all layout elements. (Inherited from ArcGIS.Desktop.Mapping.ExportFormat)
    Public Property Gets or sets the name of the map frame used to define the coordinate system for georeference information  
    Public Property Gets or sets if a color profile is embedded.  
    Public Property Gets or sets if a georeferenced world file will be created.  
    Public Property Gets or sets the caption (Inherited from ArcGIS.Desktop.Mapping.ExportFormat)
    Public Property Gets or sets the number of pixels that represents the height of the output file. (Inherited from ArcGIS.Desktop.Mapping.ExportFormat)
    Public Property This value (0–100) controls the amount of compression applied to the output image. With a JPEG image, quality is adversely affected the more compression is applied. A higher quality (highest = 100) setting will produce sharper images and larger file sizes. A lower quality setting will produce more image artifacts and smaller files.  
    Public Property Gets or sets the path and file name for the output export file. (Inherited from ArcGIS.Desktop.Mapping.ExportFormat)
    Public Property Gets or sets the resolution of the export file in dots per inch (DPI). (Inherited from ArcGIS.Desktop.Mapping.ExportFormat)
    Public Property Gets or sets the number of pixels that represents the width of the output file. (Inherited from ArcGIS.Desktop.Mapping.ExportFormat)
    Top
    Public Methods
     NameDescription
    Public Method Validates the output file path. (Inherited from ArcGIS.Desktop.Mapping.ExportFormat)
    Top
    See Also