Platforms to show: All Mac Windows Linux Cross-Platform
PDFActionMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | PDFKit | MBS PDFKit Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
A PDFAction object represents an action associated with a PDF element, such as an annotation or a link, that the viewer application can perform. See the Adobe PDF Specification for more about actions and action types.
PDFAction is an abstract superclass of the following concrete classes:
- 2 properties
- 3 methods
- method Constructor Private
- method Constructor(Handle as Integer)
- method copy as PDFActionMBS
Sub classes:
- class PDFActionGoToMBS
- class PDFActionNamedMBS
- class PDFActionRemoteGoToMBS
- class PDFActionResetFormMBS
- class PDFActionURLMBS
Some methods using this class:
- PDFViewMBS.performAction(action as PDFActionMBS)
Some properties using for this class:
- PDFAnnotationMBS.Action as PDFActionMBS
- PDFAnnotationMBS.mouseUpAction as PDFActionMBS
- PDFOutlineMBS.action as PDFActionMBS
Blog Entries
Release notes
- Version 20.2
- Added constructor to take handle to PDFSelectionMBS, PDFActionMBS, PDFAnnotationMBS, PDFBorderMBS, PDFDestinationMBS, PDFDocumentMBS, PDFOutlineMBS and PDFPageMBS classes.
The items on this page are in the following plugins: MBS PDFKit Plugin.
PDFActionGoToMBS - PDFActionNamedMBS