ActiveReports 12
ImageType Enumeration

GrapeCity.ActiveReports.Export.Image.v12 Assembly > GrapeCity.ActiveReports.Export.Image.Page.Renderers Namespace : ImageType Enumeration
Represents Image types supported by GrapeCity.ActiveReports.Export.Image.Page.ImageRenderingExtension.
Syntax
'Declaration
 
Public Enum ImageType 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.Export.Image.Page.Renderers Namespace