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: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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





