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

Sets a TAG to an existing template. 

Tip: this can be the name of the template identifier.

C#
public Boolean ADRSetTemplateTag(
    int TemplateID, 
    String TemplateTag
);
Visual Basic
Public Function ADRSetTemplateTag(
    ByVal TemplateID As Integer, 
    ByVal TemplateTag As String
) As Boolean
Parameters
Parameters 
Description 
TemplateID 
An existing template ID.  
TemplateTag 
The tag value. Must be < 256 characters length.  
Returns

True if success, else False (unknown template).

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