'Declaration Public Overloads Function GetDocumentLocation( _ ByVal currentPageIndex As Integer, _ ByVal document As C1PrintDocument _ ) As DocumentLocation
public DocumentLocation GetDocumentLocation( int currentPageIndex, C1PrintDocument document )
Parameters
- 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.
Return Value
The DocumentLocation containing the target location.