.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : ImageFormat Enumeration
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
MemberDescription
BmpSaves an image as a bitmap (BMP).
EmfSaves an image using the enhanced Windows metafile (EMF) image format.
JpgSaves an image using the Joint Photographic Experts Group (JPEG) image format.
PdfSaves an image as a Pdf file.
PngSaves an image using the W3C Portable Network Graphics (PNG) image format.
SvgSaves an image as an Svg file.
SvgzSaves an image as a compressed Svg file.
SwfSaves an image as an Swf flash movie.
TifSaves an image using the Tag Image File Format (TIFF) image format.
WmfSaves an image using the Windows metafile (WMF) image format.
XamlSaves 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