| C1.C1Report.4 Assembly > C1.C1Preview Namespace > C1LinkTarget Class > GetDocumentLocation Method : GetDocumentLocation(Int32,C1PrintDocument) Method |
This method may return null if the position cannot be resolved at this time (e.g. if the document has not generated yet) or the link target points to a position outside the document (e.g a URL or an external document).
'Declaration Public Overloads Function GetDocumentLocation( _ ByVal currentPageIndex As System.Integer, _ ByVal document As C1PrintDocument _ ) As DocumentLocation
public DocumentLocation GetDocumentLocation( System.int currentPageIndex, C1PrintDocument document )