Platforms to show: All Mac Windows Linux Cross-Platform

DynaPDFAnnotationMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class DynaPDF MBS DynaPDF Plugin 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for annotation information.
Example
dim pdf as DynaPDFMBS // your instance

dim c as Integer = pdf.GetAnnotCount

for i as Integer = 0 to c-1
dim a as DynaPDFAnnotationMBS = pdf.GetAnnot(i)

MsgBox str(a.Type)
next

This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Some methods using this class:

Blog Entries

Release notes


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


DynaPDFAnnotationExMBS   -   DynaPDFBarcode2MBS


The biggest plugin in space...