Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFAnnotationExMBS class.

DynaPDFAnnotationExMBS.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.

DynaPDFAnnotationExMBS.DashPattern(index as UInt32) as single

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The dash pattern.

If BorderStyle is kbsDashed.

DynaPDFAnnotationExMBS.InkList(index as UInt32) as Single()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The ink list.

Ink annotations only. Array of array.
Index is from 0 to InkListCount-1.

DynaPDFAnnotationExMBS.Operator_Convert as DynaPDFAnnotationMBS

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 older DynaPDFAnnotationMBS.
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 lost in the conversion.

DynaPDFAnnotationExMBS.QuadPoints(index as UInt32) as single

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 12.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Gets a quad point value.

Index from 0 to QuadPointsCount-1.
Highlight, Link, and Redact annotations only.

DynaPDFAnnotationExMBS.Vertices(index as UInt32) as single

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The vertices array.

Line, PolyLine, and Polygon annotations only.

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


The biggest plugin in space...