Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFPageStatisticMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | DynaPDF | MBS DynaPDF Plugin | 12.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You could count yourself with DynaPDFParseInterfaceMBS class and using the events.
This is just a convenience way to learn about whether for example there is an image on the page.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 13 properties
- property BezierCount as Integer
- property ClipPathCount as Integer
- property ClosePathCount as Integer
- property DrawShadingCount as Integer
- property FontCount as Integer
- property ImageCount as Integer
- property LayerCount as Integer
- property LineCount as Integer
- property PatternCount as Integer
- property RectangleCount as Integer
- property TemplateCount as Integer
- property TextCount as Integer
- property TextLength as Integer
- method Constructor Private
This class has no sub classes.
Some methods using this class:
- DynaPDFMBS.PageStatistic(page as Integer = -1) as DynaPDFPageStatisticMBS
Some examples using this class:
Blog Entries
- MonkeyBread Software Releases the MBS Real Studio plug-ins in version 12.5
- MBS Real Studio Plugins, version 12.5pr13
Xojo Developer Magazine
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynaPDFPageMBS - DynaPDFParseInterfaceMBS
