Platforms to show: All Mac Windows Linux Cross-Platform
Back to PDFViewMBS class.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
The page history gets built as your application calls navigation methods such as goToDestination and goToLastPage.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
The page history gets built as your application calls navigation methods such as goToDestination and goToLastPage.
PDFViewMBS.goToDestination(page as PDFDestinationMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Destinations include a page and a point on the page specified in page space.
Page space is a 72 dpi coordinate system with the origin at the lower-left corner of the current page.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
PDF Kit records the move in its page history.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
PDF Kit records the move in its page history.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
PDF Kit records the move in its page history.
PDFViewMBS.goToPage(page as PDFPageMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
PDF Kit records the move in its page history.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
PDF Kit records the move in its page history.
PDFViewMBS.goToRect(rect as NSRectMBS, page as PDFPageMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
If the specified rectangle is already visible, this method does nothing. This allows you to scroll the PDFView object to a specific PDFAnnotation or PDFSelection object, because both of these objects have bounds methods that return an annotation or selection position in page space.
Note that rect is specified in page-space coordinates. Page space is a 72 dpi coordinate system with the origin at the lower-left corner of the current page.
Available in Mac OS X v10.5 and later.
PDFViewMBS.goToSelection(page as PDFSelectionMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
PDF Kit records the move in its page history.
The items on this page are in the following plugins: MBS PDFKit Plugin.