ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ImageExporter Class / ImageFormat Property

In This Topic
    ImageFormat Property (ImageExporter)
    In This Topic
    Gets or sets the image format associated with the current exporter. Supported formats are: System.Drawing.Imaging.ImageFormat.Bmp, System.Drawing.Imaging.ImageFormat.Gif, System.Drawing.Imaging.ImageFormat.Jpeg, System.Drawing.Imaging.ImageFormat.Png and System.Drawing.Imaging.ImageFormat.Tiff.
    Syntax
    'Declaration
     
    Public Property ImageFormat As System.Drawing.Imaging.ImageFormat
    public System.Drawing.Imaging.ImageFormat ImageFormat {get; set;}
    See Also