See Also Examples Applies To
Loads a complete template configuration from a file saved with the ADRSaveTemplateConfig() function.
Syntax
object.ADRLoadTemplateConfig (sFileConfig)
The ADRLoadTemplateConfig syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sFileConfig | Required. String. The path of the template configuration file. |
Returns
Boolean. True if success, else False (invalid file content).
Category
Automatic Document Recognition Functions