FlexReport for WinForms
CreateRenderPdfFragment メソッド (C1PdfDocumentSource)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1PdfDocumentSource クラス : CreateRenderPdfFragment メソッド
The RenderPdf object that contains the data to be rendered in the PDF fragment. This parameter cannot be null.
Creates a new instance of the RenderPdfFragment class using the specified RenderPdf object.
シンタックス
'宣言
 
Protected Overridable Function CreateRenderPdfFragment( _
   ByVal pdf As RenderPdf _
) As RenderPdfFragment
'使用法
 
Dim instance As C1PdfDocumentSource
Dim pdf As RenderPdf
Dim value As RenderPdfFragment
 
value = instance.CreateRenderPdfFragment(pdf)
protected virtual RenderPdfFragment CreateRenderPdfFragment( 
   RenderPdf pdf
)

パラメータ

pdf
The RenderPdf object that contains the data to be rendered in the PDF fragment. This parameter cannot be null.

戻り値の型

A new instance of the RenderPdfFragment class initialized with the provided RenderPdf object.
解説
This method is intended to be overridden in derived classes to customize the creation of the RenderPdfFragment.
参照

参照

C1PdfDocumentSource クラス
C1PdfDocumentSource メンバ