 | PdfCommon.Release Method |
Release all resources allocated by the SDK library
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void Release()
Public Shared Sub Release
public:
static void Release()
static member Release : unit -> unit
public static void Release()
Patagames.Pdf.Net.PdfCommon.Release = function();
RemarksYou 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