Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFAnnotationExMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | DynaPDF | MBS DynaPDF Plugin | 8.6 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 54 properties
- property AnnotFlags as UInt32
- property Author as String
- property BackColor as UInt32
- property BBox as DynaPDFRectMBS
- property BorderColor as UInt32
- property BorderEffect as Integer
- property BorderStyle as Integer
- property BorderWidth as Single
- property Caption as Boolean
- property CaptionOffsetX as Single
- property CaptionOffsetY as Single
- property CaptionPos as Integer
- property Content as String
- property CreateDate as String
- property DashPatternCount as UInt32
- property Deleted as Boolean
- property DestFile as String
- property DestPage as Integer
- property DestPos as DynaPDFRectMBS
- property DestType as Integer
- property EmbeddedFileHandle as Integer
- property Grouped as Boolean
- property Handle as Integer
- property HighlightMode as Integer
- property Icon as Integer
- property InkListCount as Integer
- property Intent as String
- property LE1 as Integer
- property LE2 as Integer
- property LeaderLineExtend as Single
- property LeaderLineLen as Single
- property LeaderLineOffset as Single
- property MarkupAnnot as Boolean
- property ModDate as String
- property Name as String
- property OC as Integer
- property Opacity as Single
- property Open as Boolean
- property PageIndex as UInt32
- property PageNum as UInt32
- property Parent as Integer
- property PopUp as Integer
- property QuadPointsCount as UInt32
- property RD as DynaPDFRectMBS
- property RichStyle as String
- property RichText as String
- property Rotate as Integer
- property StampName as String
- property State as String
- property StateModel as String
- property Subject as String
- property Subtype as String
- property Type as Integer
- property VerticesCount as UInt32
- 6 methods
- method Constructor Private
- method DashPattern(index as UInt32) as single
- method InkList(index as UInt32) as Single()
- method Operator_Convert as DynaPDFAnnotationMBS
- method QuadPoints(index as UInt32) as single
- method Vertices(index as UInt32) as single
This class has no sub classes.
Some methods using this class:
- DynaPDFAnnotationMBS.Operator_Convert as DynaPDFAnnotationExMBS
- DynaPDFMBS.GetAnnotEx(ahandle as Integer) as DynaPDFAnnotationExMBS
- DynaPDFMBS.GetPageAnnotEx(index as Integer) as DynaPDFAnnotationExMBS
Some examples using this class:
- /DynaPDF/Object Actions
- /DynaPDF/PDF Viewer Example with links
- /DynaPDF/Raster/DynaPDF Display PDF with Links
- /DynaPDF/Show Annotations
- /DynaPDF/Show Links
Blog Entries
- News from the MBS Xojo Plugins Version 23.5
- MBS Xojo Plugins, version 23.5pr1
- MBS Xojo Plugins, version 21.4pr3
- MBS Real Studio Plugins, version 11.3pr13
- MBS REALbasic Plugins, version 11.1pr5
- MBS REALbasic Plugins, version 11.1pr4
Release notes
- Version 23.5
- Added Operator_Convert to DynaPDFAnnotationMBS and DynaPDFAnnotationExMBS to convert between them.
- Version 21.4
- Fixed Open property getter/setter for DynaPDFAnnotationExMBS class.
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DVDPlaybackNotInitializedExceptionMBS - DynaPDFAnnotationMBS