ImageGear PDF v25.2 - Updated
Terminate Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class : Terminate Method
Terminates PDF and PS libraries.
Syntax
'Declaration
 
Public Shared Sub Terminate() 
'Usage
 
ImGearPDF.Terminate()
public static void Terminate()
public: static void Terminate(); 
public:
static void Terminate(); 
Remarks
Must be paired with an Initialize() method. Call this method when the application is disposed.

A call to an Initialize() method should be paired with a call to the Terminate method. The very first call to Initialize() will initialize the entire PDF library, while its paired call to Terminate method will de-initialize and release its memory. Multiple PDF initialization/termination pairs are supported in a multi-threaded PDF application, because it is required to initialize and terminate PDF in each child thread.

See Also

Reference

ImGearPDF Class
ImGearPDF Members
Initialize Method

Is this page helpful?
Yes No
Thanks for your feedback.