ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page.Renderers Namespace / ImageType Enumeration

In This Topic
    ImageType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum ImageType 
       Inherits System.Enum
    public enum ImageType : System.Enum 
    Members
    MemberDescription
    BMPRepresents a BMP image type
    GIFRepresents a GIF image type
    JPEGRepresents a JPEG image type
    PNGRepresents a PNG image type 
    TIFFRepresents a TIFF image type
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Export.Image.Page.Renderers.ImageType

    See Also