Used with the RenderToFilter(ExportFilter) method to render reports into PDF (portable document format) streams or files.

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

Syntax

C#
public class PdfFilter : ExportFilter
Visual Basic
Public Class PdfFilter _
	Inherits ExportFilter

Remarks

Creating a PdfFilter and using it in a call to RenderToFilter(ExportFilter) is similar to using the RenderToFile(String, FileFormatEnum) or RenderToStream(Stream, FileFormatEnum) methods, but offers some extra flexibility because you can set properties on the PdfFilter before calling RenderToFilter.

Inheritance Hierarchy

System..::..Object
  C1.C1Report..::..ExportFilter
    C1.C1Report..::..PdfFilter

See Also