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

PDFKit.Release

Releases a PDF reference.

Component Version macOS Windows Linux Server iOS SDK
PDFKit 2.1 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "PDFKit.Release"; PDFReference )   More

Parameters

Parameter Description Example
PDFReference A number referencing a PDF you opened before.

Result

Returns OK on success. Do no longer use the reference number after this call as the object has been freed and accessing it again can crash your application.

Description

Releases a PDF reference.

Examples

Release the PDF reference in variable ref

MBS("PDFKit.Release"; $ref)

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 18th August 2014


PDFKit.Print - PDFKit.ReleaseAll