Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ImageType Enumeration
Example Example


In This Topic
    ImageType Enumeration
    In This Topic
    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.
    Example
    This example uses the ImageType enumeration.
    Inheritance Hierarchy

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

    See Also