Platforms to show: All Mac Windows Linux Cross-Platform

Back to PDFViewMBS class.

PDFViewMBS.goBack

Type Topic Plugin Version macOS Windows Linux iOS Targets
method PDFKit MBS PDFKit Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Navigates back one step in the page history.

The page history gets built as your application calls navigation methods such as goToDestination and goToLastPage.

PDFViewMBS.goForward

Type Topic Plugin Version macOS Windows Linux iOS Targets
method PDFKit MBS PDFKit Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Navigates forward one step in the page history.

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
Navigates to the specified destination.

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.

PDFViewMBS.goToFirstPage

Type Topic Plugin Version macOS Windows Linux iOS Targets
method PDFKit MBS PDFKit Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Navigates to the first page of the document.

PDF Kit records the move in its page history.

PDFViewMBS.goToLastPage

Type Topic Plugin Version macOS Windows Linux iOS Targets
method PDFKit MBS PDFKit Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Navigates to the last page of the document.

PDF Kit records the move in its page history.

PDFViewMBS.goToNextPage

Type Topic Plugin Version macOS Windows Linux iOS Targets
method PDFKit MBS PDFKit Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Navigates to the next page of the document.

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
Scrolls to the specified page.

PDF Kit records the move in its page history.

PDFViewMBS.goToPreviousPage

Type Topic Plugin Version macOS Windows Linux iOS Targets
method PDFKit MBS PDFKit Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Navigates to the previous page of the document.

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
Navigates to the specified rectangle on the specified page.

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
Scrolls to the first character of the specified selection.

PDF Kit records the move in its page history.

The items on this page are in the following plugins: MBS PDFKit Plugin.


The biggest plugin in space...