ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / PdfFilter Class
Members

In This Topic
    PdfFilter Class
    In This Topic
    Used with the C1Report.RenderToFilter method to render reports into PDF (portable document format) streams or files.
    Object Model
    PdfFilter Class
    Syntax
    'Declaration
     
    Public Class PdfFilter 
       Inherits ExportFilter
    public class PdfFilter : ExportFilter 
    Remarks
    Creating a PdfFilter and using it in a call to C1Report.RenderToFilter is similar to using the C1Report.RenderToFile or C1Report.RenderToStream 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