AutoComplete for ASP.NET Web Forms
GetPageImage メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : GetPageImage メソッド
0-based page index.
Gets a metafile representing the specified page. Use this method rather than the PageImages collection as accessing that property creates images for all pages at once and thus can exhaust system resources.
シンタックス
'宣言
 
Public Function GetPageImage( _
   ByVal pageIndex As System.Integer _
) As System.Drawing.Imaging.Metafile
public System.Drawing.Imaging.Metafile GetPageImage( 
   System.int pageIndex
)

パラメータ

pageIndex
0-based page index.

戻り値の型

The metafile representing the page.
解説
You must call the Render method to create or refresh the pages.
参照

C1Report クラス
C1Report メンバ
GetPageCount メソッド
GetPageImages メソッド