dotnetCHARTING Send comments on this topic.
ImageFormat Enumeration
See Also  
dotnetCHARTING Namespace : ImageFormat Enumeration


Specifies file save format.

Syntax

Visual Basic (Declaration)  
Public Enum ImageFormat 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ImageFormat
C#  
public enum ImageFormat : Enum 

Members

Member Description
Png Saves an image using the W3C Portable Network Graphics (PNG) image format.
Bmp Saves an image as a bitmap (BMP).
Jpg Saves an image using the Joint Photographic Experts Group (JPEG) image format.
Emf Saves an image using the enhanced Windows metafile (EMF) image format.
Wmf Saves an image using the Windows metafile (WMF) image format.
Tif Saves an image using the Tag Image File Format (TIFF) image format.
Swf Saves an image as an Swf flash movie.
Pdf Saves an image as a Pdf file.
Svg Saves an image as an Svg file.
Xaml Saves an image as an Xaml file.
Svgz Saves an image as a compressed Svg file.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.ImageFormat

See Also