ImageFormat Enumeration
Specifies file save format.
Syntax
'Declaration Public Enum ImageFormat Inherits System.Enum
'Usage Dim instance As ImageFormat
public enum ImageFormat : System.Enum
Members
Member | Description |
---|---|
Bmp | Saves an image as a bitmap (BMP). |
Emf | Saves an image using the enhanced Windows metafile (EMF) image format. |
Jpg | Saves an image using the Joint Photographic Experts Group (JPEG) image format. |
Saves an image as a Pdf file. | |
Png | Saves an image using the W3C Portable Network Graphics (PNG) image format. |
Svg | Saves an image as an Svg file. |
Svgz | Saves an image as a compressed Svg file. |
Swf | Saves an image as an Swf flash movie. |
Tif | Saves an image using the Tag Image File Format (TIFF) image format. |
Wmf | Saves an image using the Windows metafile (WMF) image format. |
Xaml | Saves an image as an Xaml file. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.ImageFormat
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also