This exception gets thrown if a PDF handling error occurred.

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

Syntax

C#
public class InfigoPDFException : Exception
Visual Basic (Declaration)
Public Class InfigoPDFException _
	Inherits Exception
Visual C++
public ref class InfigoPDFException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    InfigoSDK..::.InfigoPDFException

See Also