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.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PDFHandler()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
PDFHandler()

See Also