See Also Examples Applies To
Saves the current template configuration within a file in order to load it again using the ADRLoadTemplateConfig() function.
Syntax
object.ADRSaveTemplateConfig (sFileConfig)
The ADRSaveTemplateConfig 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 to create. |
Returns
Boolean. True if success, else False (can't create this file).
Category
Automatic Document Recognition Functions