You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Automatic Document Recognition > ADRSaveTemplateConfig Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.ADRSaveTemplateConfig Method

Saves the current template configuration within a file in order to load it later using the ADRLoadTemplateConfig() function.

C#
public Boolean ADRSaveTemplateConfig(
    String FileConfig
);
Visual Basic
Public Function ADRSaveTemplateConfig(
    ByVal FileConfig As String
) As Boolean
Parameters
Parameters 
Description 
FileConfig 
The path of the template configuration file to create.  
Returns

True if success, else False (can't create the file or empty template configuration).

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.