Represents settings for the export to PDF format.

Namespace:  PerpetuumSoft.Reporting.Web
Assembly:  PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.dll) Version: 3.9.0.1

Syntax

C#
public class PdfExportSettings : ExportSettings
Visual Basic (Declaration)
Public Class PdfExportSettings _
	Inherits ExportSettings
Visual C++
public ref class PdfExportSettings : public ExportSettings

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Web..::.ExportSettings
    PerpetuumSoft.Reporting.Web..::.PdfExportSettings

See Also