Skip to content
Guides

Release library resources

Overview

Releases the files and memory resources occupied by the ComPDFKit Conversion SDK.

Notice

  • After calling this interface to release library resources, the ComPDFKit Conversion SDK will no longer function properly and must be reloaded.

Sample

c#
// Release library resources.
LibraryManager.Release();