PrintDocument for WinForms
GetPageFileName メソッド (Exporter)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > Exporter クラス : GetPageFileName メソッド
The 1-based page number.
Gets the file name (with path) for the file containing the specified page. Used only for export formats that save a page per file (e.g. TIFF).
シンタックス
'宣言
 
Protected Function GetPageFileName( _
   ByVal pageNo As System.Integer _
) As System.String
'使用法
 
Dim instance As Exporter
Dim pageNo As System.Integer
Dim value As System.String
 
value = instance.GetPageFileName(pageNo)
protected System.string GetPageFileName( 
   System.int pageNo
)

パラメータ

pageNo
The 1-based page number.

戻り値の型

The output file name.
参照

Exporter クラス
Exporter メンバ