'宣言 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.