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

Deletes a document identifier template.

C#
public Boolean ADRDeleteTemplate(
    int TemplateID
);
Visual Basic
Public Function ADRDeleteTemplate(
    ByVal TemplateID As Integer
) As Boolean
Parameters
Parameters 
Description 
TemplateID 
The existing template ID to delete.  
Returns

True if deleted, else False (unknown template).

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