Spread for ASP.NET 12 Product Documentation
ImageType Enumeration


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : ImageType Enumeration
Specifies the format of the output image.
Syntax
'Declaration
 
Public Enum ImageType 
   Inherits System.Enum
'Usage
 
Dim instance As ImageType
public enum ImageType : System.Enum 
Members
MemberDescription
GifGraphics Interchange Format (GIF) image format.
JpegJoint Photographic Experts Group (JPEG) image format.
PngW3C Portable Network Graphics (PNG) image format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Chart.ImageType

See Also

Reference

FarPoint.Web.Chart Namespace