ActiveReports Developer 7
ImageType Enumeration
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Page.Renderers Namespace : ImageType Enumeration

Glossary Item Box

Represents Image types supported by GrapeCity.ActiveReports.Export.Image.Page.ImageRenderingExtension.

Syntax

Visual Basic (Declaration) 
Public Enum ImageType 
   Inherits System.Enum
C# 
public enum ImageType : System.Enum 

Members

MemberDescription
BMPRepresents a BMP image type
EMFRepresents a EMF 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