DynaPDFAnnotationMBS methods

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 DynaPDFAnnotationMBS class.

DynaPDFAnnotationMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

DynaPDFAnnotationMBS.Operator_Convert as DynaPDFAnnotationExMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 23.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Converts this annotation object to newer DynaPDFAnnotationExMBS.
Example
Dim d As New DynaPDFMBS

// create a new annotation
Call d.CreateNewPDF
Call d.append
Dim n As Integer = d.WebLink(0, 0, 100, 100, "about:blank")

// now query as old class and convert to new class
Dim a1 As DynaPDFAnnotationMBS = d.GetAnnot(n)
Dim a2 As DynaPDFAnnotationExMBS = a1

// now query as new class and convert to old class
Dim e1 As DynaPDFAnnotationExMBS = d.GetAnnotEx(n)
Dim e2 As DynaPDFAnnotationMBS = e1

// please update all your code to move to DynaPDFAnnotationExMBS
Break

The fields not supported by DynaPDFAnnotationMBS are all zero.

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


💬 Ask a question or report a problem