Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.HaveOpenPath

Whether there is an open path.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 16.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.HaveOpenPath"; PDF )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf

Result

Returns 1, 0 or error.

Description

Whether there is an open path.
Returns true, if there is a path in memory that was not yet consumed by a DynaPDF.ClosePath
or DynaPDF.ClipPath function call.

In order to discard the path call DynaPDF.AbortPath.

If an open path could be found the return value is true, otherwise the return value is false.

See also HaveOpenPath function in DynaPDF manual.

See also

Release notes

  • Version 16.4
    • Added DynaPDF.HaveOpenPath and DynaPDF.AbortPath functions.

Blog Entries

This function is free to use.

Created 8th August 2026, last changed 8th August 2026


DynaPDF.HaveOpenPage - DynaPDF.HavePro


MarkDown version: DynaPDFHaveOpenPath.md