'宣言 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
- 現在の C1LinkTargetオブジェクトを含むページ。 C1LinkTargetが OutlineNodeに関連付けられている場合は、 nullを指定することができます。
- document
- 現在の C1LinkTargetを含む C1PrintDocument。
戻り値の型
ターゲットのページ番号。