The existing template ID to add the new image.
The image to add to the existing template.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ADRAddGdPictureImageToTemplate Method

ADRAddGdPictureImageToTemplate Method (GdPictureImaging)

In This Topic
Adds an image to a Document Identifier Template from a GdPicture image.
Syntax
'Declaration
 
Public Function ADRAddGdPictureImageToTemplate( _
   ByVal TemplateID As Integer, _
   ByVal ImageID As Integer _
) As GdPictureStatus
public GdPictureStatus ADRAddGdPictureImageToTemplate( 
   int TemplateID,
   int ImageID
)
public function ADRAddGdPictureImageToTemplate( 
    TemplateID: Integer;
    ImageID: Integer
): GdPictureStatus; 
public function ADRAddGdPictureImageToTemplate( 
   TemplateID : int,
   ImageID : int
) : GdPictureStatus;
public: GdPictureStatus ADRAddGdPictureImageToTemplate( 
   int TemplateID,
   int ImageID
) 
public:
GdPictureStatus ADRAddGdPictureImageToTemplate( 
   int TemplateID,
   int ImageID
) 

Parameters

TemplateID
The existing template ID to add the new image.
ImageID
The image to add to the existing template.

Return Value

A member of the GdPictureStatus enumeration.
See Also