Terminates PDFNet library.
Terminate() is usually called once, when the process is terminated.
Namespace:
pdftron
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void Terminate()
Public Shared Sub Terminate
public:
static void Terminate()
pdftron.PDFNet.Terminate = function();
Remarks
It is unsafe to call any other PDFNet API after you terminate the library.
See Also