Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFIteratorMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | DynaPDF | MBS DynaPDF Plugin | 23.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Implements Iterable and Iterator interfaces.
This class is hidden for auto complete as you don't need to use it manually. Please use it using for each loops.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- property PDF as DynaPDFMBS
- 4 methods
- method Constructor Private
- method Iterator as Iterator
- method MoveNext as Boolean
- method Value as Variant
This class has no sub classes.
Interfaces:
2 interfaces.
Some methods using this class:
- DynaPDFMBS.IterateCMaps as DynaPDFIteratorMBS
- DynaPDFMBS.IterateColorSpaces as DynaPDFIteratorMBS
- DynaPDFMBS.IterateFields as DynaPDFIteratorMBS
- DynaPDFMBS.IterateImages(ImageFlags as Integer = 0) as DynaPDFIteratorMBS
- DynaPDFMBS.IterateLayerConfigurations as DynaPDFIteratorMBS
- DynaPDFMBS.IterateNamedDestinations as DynaPDFIteratorMBS
- DynaPDFMBS.IterateOCGs as DynaPDFIteratorMBS
- DynaPDFMBS.IterateOutputIntents as DynaPDFIteratorMBS
- DynaPDFMBS.IteratePageLabels as DynaPDFIteratorMBS
- DynaPDFMBS.IterateXFAStreams as DynaPDFIteratorMBS
Blog Entries
- MBS Xojo Plugins, version 23.6pr1
- News from the MBS Xojo Plugins Version 23.5
- Embracing for each loops
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.5
- MBS Xojo Plugins, version 23.5pr1
Xojo Developer Magazine
Release notes
- Version 24.0
- Added Hidden attribute to JSONIteratorMBS, XMLIterateAttributeNodesMBS, XMLIterateChildNodesMBS, XMLIterateElementsMBS, DynaPDFIteratorMBS and PCRE2IteratorMBS classes to hide it from auto complete. Since you use it via for each loops indirectly, you never need to use these classes directly.
- Version 23.5
- Added iterators to DynaPDF with new DynaPDFIteratorMBS class.
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynaPDFImportDataActionMBS - DynaPDFJavaScriptActionMBS