Represents an object that can be used to export a document to PDF.

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

Syntax

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

Inheritance Hierarchy

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

See Also