Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.List
Lists all IDs of current DynaPDF contexts.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 8.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.List" )
Parameters
none
Result
Returns list or error.
Description
Lists all IDs of current DynaPDF contexts.Returns IDs for all DynaPDF objects in memory. If this list is growing, you may have forgotten to call DynaPDF.Release in your scripts.
Normally after all scripts are done, this list should be empty.
Examples
List all object IDs:
Set Variable [$list; Value: MBS( "DynaPDF.List" ) ]
See also
Release notes
- Version 11.4
- Deprecated DynaPDF.ExtractImages and DynaPDF.ListImages in favor of DynaPDF.GetImage function.
- Version 8.1
- Added DynaPDF.List and GMImage.List functions.
Blog Entries
This function is free to use.
Created 12nd February 2018, last changed 27th August 2023