Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / ImageExporter Class
Members

In This Topic
    ImageExporter Class
    In This Topic
    Base class for all exporters performing export to image format.
    Object Model
    ImageExporter Class
    Syntax
    'Declaration
     
    Public MustInherit Class ImageExporter 
       Inherits PaginatedExporter
    public abstract class ImageExporter : PaginatedExporter 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Document.Export.ExportFilter
          C1.Win.C1Document.Export.Ssrs.Exporter
             C1.Win.C1Document.Export.Ssrs.PaginatedExporter
                C1.Win.C1Document.Export.Ssrs.ImageExporter
                   C1.Win.C1Document.Export.Ssrs.BmpExporter
                   C1.Win.C1Document.Export.Ssrs.EmfExporter
                   C1.Win.C1Document.Export.Ssrs.GifExporter
                   C1.Win.C1Document.Export.Ssrs.JpegExporter
                   C1.Win.C1Document.Export.Ssrs.PngExporter

    See Also