Platforms to show: All Mac Windows Linux Cross-Platform
Back to PDFViewMBS class.
PDFViewMBS.canGoBack as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | 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.
(Read only property)
PDFViewMBS.canGoForward as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | 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.
(Read only property)
PDFViewMBS.canGoToFirstPage as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
The return value will be true unless the view is already displaying the first page.
(Read only property)
PDFViewMBS.canGoToLastPage as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
The return value will be true unless the view is already displaying the last page.
(Read only property)
PDFViewMBS.canGoToNextPage as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
The return value will be true unless the view is displaying the last page.
(Read only property)
PDFViewMBS.canGoToPreviousPage as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
The return value will be true unless the view is displaying the first page.
(Read only property)
PDFViewMBS.canZoomIn as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
(Read only property)
PDFViewMBS.canZoomOut as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
(Read only property)
PDFViewMBS.currentDestination as PDFDestinationMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Page space is a 72 dpi coordinate system with the origin at the lower-left corner of the current page.
(Read only property)
PDFViewMBS.currentPage as PDFPageMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
When there are two pages in the view in a two-up mode, "current page" is the left page. For continuous modes, returns the page crossing a horizontal line halfway between the view's top and bottom bounds.
(Read only property)
PDFViewMBS.currentSelection as PDFSelectionMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Returns NULL if no selection exists.
Note that this method returns the actual instance of the current PDFSelectionMBS object. Therefore, if you want to modify it, you should make a copy of the returned selection and modify that, instead.
(Read and Write property)
The items on this page are in the following plugins: MBS PDFKit Plugin.