Creates a new PDF Handler. Each handler is automatically associated with it's own working thread, so that the calling code doesn't have to worry about threading and can call the object methods from any thread within the same process.
Assembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public PDFHandler() | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New | 
| Visual C++ | 
|---|
| public: PDFHandler() | 





