Click or drag to resize

PdfCommon.Release Method

Release all resources allocated by the SDK library

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void Release()
Remarks
You can call this function to release all memory blocks allocated by the library. After this function called, you should not call any PDF processing functions.
See Also