PrintDocument for WinForms
GetPageNo メソッド (C1LinkTarget)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1LinkTarget クラス : GetPageNo メソッド
The page containing the current C1LinkTarget object. null may be specified if the C1LinkTarget is associated with an OutlineNode.
The C1PrintDocument containing the current C1LinkTarget.
Gets the 1-based number of the page pointed to by the current C1LinkTarget. This method may return 0 if the page cannot be resolved at this time (e.g. the document has not generated yet).
シンタックス
'宣言
 
Public Function GetPageNo( _
   ByVal currentPage As C1Page, _
   ByVal document As C1PrintDocument _
) As System.Integer
'使用法
 
Dim instance As C1LinkTarget
Dim currentPage As C1Page
Dim document As C1PrintDocument
Dim value As System.Integer
 
value = instance.GetPageNo(currentPage, document)
public System.int GetPageNo( 
   C1Page currentPage,
   C1PrintDocument document
)

パラメータ

currentPage
The page containing the current C1LinkTarget object. null may be specified if the C1LinkTarget is associated with an OutlineNode.
document
The C1PrintDocument containing the current C1LinkTarget.

戻り値の型

The target page number.
参照

C1LinkTarget クラス
C1LinkTarget メンバ