Click or drag to resize

PDFNetTerminate Method

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()
Remarks
It is unsafe to call any other PDFNet API after you terminate the library.
See Also