Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.DeleteDPartNode
The deletes a dpart node.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 13.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.DeleteDPartNode"; PDF; Handle ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Handle | The handle of the node. Or -1 for the whole tree. |
-1 |
Result
Returns OK or error.
Description
The deletes a dpart node.The deletes a dpart node or the entire dpart structure if Handle was set to -1. DPart stands for Document Parts, a feature of PDF/VT. If the dpart node contains children then all child nodes will be deleted too.
If the function succeeds the return value is true. If the function fails the return value is false.
See also DeleteDPartNode function in DynaPDF manual.
See also
Release notes
- Version 13.4
- Added DynaPDF.DeleteDPartNode function.
Blog Entries
This function checks for a license.
Created 1st September 2023, last changed 1st September 2023