DesktopPDFViewControlMBS control
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
DesktopPDFViewControlMBS control
See also classic control: PDFViewControlMBS
The Xojo control for a PDFView.
This control embeds a special PDFView subclass.
Designed for Xojo 2021r3 and newer.
Please use view property to access the underlaying object and set properties.
- 31 events
- event AfterDrawPage(graphics as NSGraphicsMBS, page as PDFPageMBS)
- event AfterDrawPagePost(graphics as NSGraphicsMBS, page as PDFPageMBS)
- event AfterDrawRect(graphics as NSGraphicsMBS, x as Double, y as Double, w as Double, h as Double)
- event BeforeDrawPage(graphics as NSGraphicsMBS, page as PDFPageMBS) as boolean
- event BeforeDrawPagePost(graphics as NSGraphicsMBS, page as PDFPageMBS) as boolean
- event BeforeDrawRect(graphics as NSGraphicsMBS, x as Double, y as Double, w as Double, h as Double) as boolean
- event BoundsChanged
- event Closing
- event CocoaMouseDown(e as NSEventMBS)
- event CocoaMouseDrag(e as NSEventMBS)
- event CocoaMouseUp(e as NSEventMBS)
- event ConstructContextualMenu(base as DesktopMenuItem, x as Integer, y as Integer) As Boolean
- event ContextualMenuItemSelected(selectedItem As DesktopMenuItem) As Boolean
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS) New in 24.1
- event FocusLost
- event FocusReceived
- event FrameChanged
- event MenuBarSelected
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x as Integer, y as Integer)
- event Opening
- event OpenPDFforRemoteGoToAction(action as PDFActionRemoteGoToMBS)
- event PerformFind
- event PerformGoToPage
- event PerformPrint
- event PrintJobTitle as String
- event ScaleFactorChanged(NewFactor as Double)
- event WillChangeScaleFactor(scale as Double) as Double
- event WillClickOnLink(URL as String)
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS) New in 24.1
- 2 properties
- 2 methods
Blog Entries
Release notes
- Version 21.3
- Fixed an issue with IDE crashing when you have a PDFViewControlMBS on a container in a window.
- Version 21.1
- Added CocoaMouseDown, CocoaMouseDrag and CocoaMouseUp events to PDFViewControlMBS control to handle low level mouse events.
- Version 20.0
- Version 18.0
- Version 17.5
- Version 17.0
The items on this page are in the following plugins: MBS PDFKit Plugin.
DesktopPDFThumbnailViewControlMBS
-
DesktopPHLivePhotoControlMBS