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

Adds an image to a document identifier template from a GdPicture Image.

C#
public GdPictureStatus ADRAddGdPictureImageToTemplate(
    int TemplateID, 
    int ImageID
);
Visual Basic
Public Function ADRAddGdPictureImageToTemplate(
    ByVal TemplateID As Integer, 
    ByVal ImageID As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
TemplateID 
The existing template ID to add the new image.  
ImageID 
The image to add to the existing template.  
Returns

A member of the GdPictureStatus enumeration.

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