Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
DynaPDF.GetActionCount
Returns the number of actions contained in a document.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 13.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.GetActionCount"; PDF ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Result
Returns number or error.
Description
Returns the number of actions contained in a document.This value can be used to enumerate actions or to delete specific action types.
See also GetActionCount function in DynaPDF manual.
See also
- DynaPDF.GetAnnotCount
- DynaPDF.GetDocInfoCount
- DynaPDF.GetFieldCount
- DynaPDF.GetFontCount
- DynaPDF.GetImageCount
- DynaPDF.GetInFieldCount
- DynaPDF.GetJavaScriptAction
- DynaPDF.GetTemplCount
- DynaPDF.New
Release notes
- Version 13.2
Blog Entries
This function checks for a paid license.
Created 15th April 2023, last changed 15th April 2023
