Represents an object that can be used to export a document to a sequence of images.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class ImageExporter : PagesExporter
Visual Basic
Public Class ImageExporter _
	Inherits PagesExporter

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.Export..::..Exporter
    C1.C1Preview.Export..::..PagesExporter
      C1.C1Preview.Export..::..ImageExporter

See Also