Loads the object with the data of a PDFHandler object. In order to successfully load data, there must be a PDF file open. Also, this PDF file must contain valid template data ().

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

Syntax

C#
public bool Load(
	PDFHandler handler
)
Visual Basic (Declaration)
Public Function Load ( _
	handler As PDFHandler _
) As Boolean
Visual C++
public:
bool Load(
	PDFHandler^ handler
)

Parameters

handler
Type: InfigoSDK..::.PDFHandler
The PDF handler to check

Return Value

Returns true on success.

See Also