The PdfFilter type exposes the following members.

Constructors

  Name Description
Public method PdfFilter(Stream)
Initializes a new instance of the PdfFilter class attached to a stream.
Public method PdfFilter(String)
Initializes a new instance of the PdfFilter class attached to a file.

Methods

  Name Description
Public method AddOutlineEntry
Called when the component renders the beginning of a report group.
(Inherited from ExportFilter.)
Public method Dispose
Releases the resources used by the filter.
(Inherited from ExportFilter.)
Public method EndReport
Called when the component finishes rendering a report.
(Overrides ExportFilter..::..EndReport()()()().)
Public method EndSection
Called when the component finishes rendering each Section.
(Inherited from ExportFilter.)
Public method IsPaged
Determines whether this filter generates single or multi-page reports.
(Inherited from ExportFilter.)
Public method NewPage
Called after each page break on paged reports (see the IsPaged()()()() property).
(Inherited from ExportFilter.)
Public method RenderField
Called when the component needs to render a report field with specific content at a specific position on the current page.
(Inherited from ExportFilter.)
Public method StartOverlays
Called after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields.
(Inherited from ExportFilter.)
Public method StartReport
Called when the component starts rendering a report.
(Overrides ExportFilter..::..StartReport(C1Report).)
Public method StartSection
Called when the component starts rendering a section.
(Inherited from ExportFilter.)
Public method UsesImages
Returns a value that determines whether the filter requires page images to be generated.
(Inherited from ExportFilter.)

Properties

  Name Description
Public property EmbedFonts
Specifies whether the filter should embed font information into the PDF output.
Public property Outline
Specifies whether the PDF output should include an outline tree.
Public property Password
Gets or sets the owner password associated with the PDF document.
Public property PdfSecurityOptions
Gets a PdfSecurityOptions object that specifies who can use the Pdf document and what actions are allowed.
Public property PdfViewerOptions
Gets a PdfViewerOptions object that specifies how the viewer should display the Pdf document.

See Also