'宣言 Public Overloads Function GetDocumentLocation( _ ByVal currentPageIndex As System.Integer, _ ByVal document As C1MultiDocument _ ) As DocumentLocation
'使用法 Dim instance As C1LinkTarget Dim currentPageIndex As System.Integer Dim document As C1MultiDocument Dim value As DocumentLocation value = instance.GetDocumentLocation(currentPageIndex, document)
public DocumentLocation GetDocumentLocation( System.int currentPageIndex, C1MultiDocument document )
パラメータ
- currentPageIndex
- 0-based index of the page containing the current link target. This is used for relative targets (such as previous page) and may be -1 if there is no current page in the current context, or the link target is absolute.
- document
- The document containing the current link target.
戻り値の型
The DocumentLocation containing the target location.