navigateTo

abstract fun navigateTo(documentRect: List<RectF>, pageIndex: Int, documentIndex: Int)

Called when the AI Assistant requests navigation to a specific location in the document.

Parameters

documentRect

The list of rectangles to highlight or navigate to, in PDF coordinates.

pageIndex

The zero-based page index to navigate to.

documentIndex

The zero-based document index for compound documents.