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.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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
PDF The PDF reference returned from DynaPDF.New. $pdf
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

Release notes

Blog Entries

This function checks for a license.

Created 1st September 2023, last changed 1st September 2023


DynaPDF.DeleteBookmark - DynaPDF.DeleteEmbeddedFile

💬 Ask a question or report a problem