FlexReport for WinForms
GetLoadedPage メソッド (C1PdfDocumentSource)


C1.Win.Document.8 アセンブリ > C1.Win.Document 名前空間 > C1PdfDocumentSource クラス : GetLoadedPage メソッド
0 から始まるページインデックス。
内部使用。 オーバーライドされます。指定されたインデックスを持つ生成済みのページを取得します。
シンタックス
'宣言
 
Public Overridable Function GetLoadedPage( _
   ByVal pageIndex As System.Integer _
) As C1Page
'使用法
 
Dim instance As C1PdfDocumentSource
Dim pageIndex As System.Integer
Dim value As C1Page
 
value = instance.GetLoadedPage(pageIndex)
public virtual C1Page GetLoadedPage( 
   System.int pageIndex
)

パラメータ

pageIndex
0 から始まるページインデックス。

戻り値の型

要求されたページを表す C1.Win.Document.C1Page オブジェクト、または null。
参照

参照

C1PdfDocumentSource クラス
C1PdfDocumentSource メンバ