ImageGear for .NET
Terminate Method
See Also  Send Feedback
ImageGear20.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class : Terminate Method




Glossary Item Box

Terminates PDF and PS libraries.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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. You must not use or re-initialize PDF or PS after it has been terminated and its memory has been released in the main application thread. Multiple PDF initialization/termination will take place as a multi-threaded PDF application, because it is required to intialize and terminate PDF in each child thread.

See Also

©2012. Accusoft Corporation. All Rights Reserved.