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

Creates a new document identifier template from a GdPicture Image.

C#
public int ADRCreateTemplateFromGdPictureImage(
    int ImageID
);
Visual Basic
Public Function ADRCreateTemplateFromGdPictureImage(
    ByVal ImageID As Integer
) As Integer
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. The image from which the new template will be created.  
Returns

The created template ID if success else, -1 if fail. check the GetStat() function to get the reason on this result.

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