AutoComplete for ASP.NET Web Forms
PdfFilter クラス
メンバ 

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : PdfFilter クラス
Used with the C1Report.RenderToFilter method to render reports into PDF (portable document format) streams or files.
オブジェクト モデル
PdfFilter クラス
シンタックス
'宣言
 
Public Class PdfFilter 
   Inherits ExportFilter
public class PdfFilter : ExportFilter 
解説
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.
継承階層

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

参照

PdfFilter メンバ
C1.C1Report 名前空間