ImageGear for .NET
Initialize(String) Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class > Initialize Method : Initialize(String) Method




resourcePath
Path to PDF/PS library.

Glossary Item Box

Initializes PDF and PS libraries.

Syntax

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

Parameters

resourcePath
Path to PDF/PS library.

Remarks

This initialization method must be called for each thread in the multi-threaded application.

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.

PS support requires both ImGearFileFormats.Filters.Add(ImGearPDF.CreatePDFFormat(path)) and ImGearFileFormats.Filters.Add(ImGearPDF.CreatePSFormat(path)) calls be made before the call to ImGearPDF.Initialize(path).

See Also

©2013. Accusoft Corporation. All Rights Reserved.