ComponentOne Reports for WPF
C1.C1Report Namespace / PdfFilter Class
Properties Methods

In This Topic
    PdfFilter Class Members
    In This Topic

    The following tables list the members exposed by PdfFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies whether the filter should embed font information into the PDF output.  
    Public PropertySpecifies whether the PDF output should include an outline tree.  
    Public PropertyGets or sets the owner password associated with the PDF document.  
    Public PropertyGets or sets a value indicating whether to generate PDF/A compatible document.  
    Public PropertyGets a PdfFilter.PdfSecurityOptions object that specifies who can use the Pdf document and what actions are allowed.  
    Public PropertyGets a PdfFilter.PdfViewerOptions object that specifies how the viewer should display the Pdf document.  
    Top
    Public Methods
     NameDescription
    Public MethodCalled when the component renders the beginning of a report group. (Inherited from C1.C1Report.ExportFilter)
    Public MethodReleases the resources used by the filter. (Inherited from C1.C1Report.ExportFilter)
    Public MethodOverridden. Called when the component finishes rendering a report.  
    Public MethodCalled when the component finishes rendering each Section. (Inherited from C1.C1Report.ExportFilter)
    Public MethodDetermines whether this filter generates single or multi-page reports. (Inherited from C1.C1Report.ExportFilter)
    Public MethodCalled after each page break on paged reports (see the ExportFilter.IsPaged property). (Inherited from C1.C1Report.ExportFilter)
    Public MethodCalled when the component needs to render a report field with specific content at a specific position on the current page. (Inherited from C1.C1Report.ExportFilter)
    Public MethodCalled after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields. (Inherited from C1.C1Report.ExportFilter)
    Public MethodOverridden. Called when the component starts rendering a report.  
    Public MethodCalled when the component starts rendering a section. (Inherited from C1.C1Report.ExportFilter)
    Public MethodReturns a value that determines whether the filter requires page images to be generated. (Inherited from C1.C1Report.ExportFilter)
    Top
    See Also