PDFViewIOSControlMBS events

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to PDFViewIOSControlMBS control.

PDFViewIOSControlMBS.Close

Type Topic Plugin Version macOS Windows Linux iOS Targets
event PDFKit MBS PDFKit Plugin 23.3 ❌ No ❌ No ❌ No ✅ Yes
The control is about to close.

PDFViewIOSControlMBS.GotFocus

Type Topic Plugin Version macOS Windows Linux iOS Targets
event PDFKit MBS PDFKit Plugin 23.3 ❌ No ❌ No ❌ No ✅ Yes
The control itself got focus.

This only fires if the control itself got focus and not a sub control.

PDFViewIOSControlMBS.LostFocus

Type Topic Plugin Version macOS Windows Linux iOS Targets
event PDFKit MBS PDFKit Plugin 23.3 ❌ No ❌ No ❌ No ✅ Yes
The control lost focus.

This only fires if the control itself lost focus and not a sub control.

PDFViewIOSControlMBS.Open

Type Topic Plugin Version macOS Windows Linux iOS Targets
event PDFKit MBS PDFKit Plugin 23.3 ❌ No ❌ No ❌ No ✅ Yes
The control is about to was created and you can initialize it.

PDFViewIOSControlMBS.OpenPDFforRemoteGoToAction(action as PDFActionRemoteGoToMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event PDFKit MBS PDFKit Plugin 23.3 ❌ No ❌ No ❌ No ✅ Yes
Opens a specified page.

This event will be called to handle clicks on annotations containing a PDFActionRemoteGoToMBS action. The action contains a URL and a page index and point. You should open the PDF indicated by the URL and go to the page and point indicated. The easiest way to do the latter is to create a PDFDestinationMBS with the page index and point once a PDFDocumentMBS from the URL is created - then you can call: goToDestination method. The default implementation simply beeps.

PDFViewIOSControlMBS.PerformFind

Type Topic Plugin Version macOS Windows Linux iOS Targets
event PDFKit MBS PDFKit Plugin 23.3 ❌ No ❌ No ❌ No ✅ Yes
Performs a find operation.

Certain PDFAction's may request that the PDF viewer application perform a Find.
The event will be called when the user clicks on an annotation with such an action.

PDFViewIOSControlMBS.PerformGoToPage

Type Topic Plugin Version macOS Windows Linux iOS Targets
event PDFKit MBS PDFKit Plugin 23.3 ❌ No ❌ No ❌ No ✅ Yes
Performs a go-to operation.

Certain PDFAction's may request that the PDF viewer application bring up a panel allowing the user to enter a specific page number. The event will be called when the user clicks on an annotation with such an action.

PDFViewIOSControlMBS.WillClickOnLink(URL as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event PDFKit MBS PDFKit Plugin 23.3 ❌ No ❌ No ❌ No ✅ Yes
Handle clicks on URL links in a view.

If implemented, this event will be called to handle clicks on URL links within the PDFView.
The default implementation calls openURL on NSWorkspaceMBS class.

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


💬 Ask a question or report a problem