Platforms to show: All Mac Windows Linux Cross-Platform
PDFDestinationMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | PDFKit | MBS PDFKit Plugin | 8.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
- 3 properties
- property Handle as Integer
- property page as PDFPageMBS
- property Zoom as Double
- 5 methods
- method compare(dest as PDFDestinationMBS) as Integer
- method Constructor(Handle as Integer)
- method Constructor(page as PDFPageMBS, point as NSPointMBS)
- method copy as PDFDestinationMBS
- method point as NSPointMBS
- shared method kPDFDestinationUnspecifiedValue as Double
This class has no sub classes.
Blog Entries
Release notes
- Version 20.2
- Added constructor to take handle to PDFSelectionMBS, PDFActionMBS, PDFAnnotationMBS, PDFBorderMBS, PDFDestinationMBS, PDFDocumentMBS, PDFOutlineMBS and PDFPageMBS classes.
- Added handle property to PDFDestinationMBS class.
Some methods using this class:
- PDFActionGoToMBS.Constructor(destination as PDFDestinationMBS)
- PDFViewMBS.goToDestination(page as PDFDestinationMBS)
Some properties using for this class:
- PDFActionGoToMBS.destination as PDFDestinationMBS
- PDFAnnotationLinkMBS.destination as PDFDestinationMBS
- PDFAnnotationMBS.destination as PDFDestinationMBS
- PDFOutlineMBS.destination as PDFDestinationMBS
- PDFViewMBS.currentDestination as PDFDestinationMBS
Some examples using this class:
- /PDFKit/Add Annotations to PDF
- /PDFKit/Add Outlines with Actions to PDF
- /PDFKit/Add Outlines with Destinations to PDF
Some related classes:
- class PDFActionGoToMBS
- class PDFActionMBS
- class PDFAnnotationLinkMBS
- class PDFAnnotationMBS
- class PDFBorderMBS
- class PDFDocumentMBS
- class PDFOutlineMBS
- class PDFPageMBS
- class PDFSelectionMBS
- class PDFViewMBS
The items on this page are in the following plugins: MBS PDFKit Plugin.
PDFBorderMBS - PDFDocumentDelegateMBS
