'宣言 Public Overloads Function GetDocumentLocation( _ ByVal currentPageIndex As System.Integer, _ ByVal document As C1PrintDocument _ ) As DocumentLocation
public DocumentLocation GetDocumentLocation( System.int currentPageIndex, C1PrintDocument document )
パラメータ
- currentPageIndex
- 現在のリンクターゲットを含むページのインデックス(ゼロ基準)。 これは、相対ターゲット(前のページなど)に使用され、現在のコンテキストに現在のページがない場合や、 リンクターゲットが絶対指定の場合は -1 になります。
- document
- 現在のリンクターゲットを含むドキュメント。
戻り値の型
ターゲット位置を含む DocumentLocation。