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.


The biggest plugin in space...