ADRAddGdPictureImageToTemplate Method (GdPictureImaging)
Adds an image to a Document Identifier Template from a GdPicture image.
public function ADRAddGdPictureImageToTemplate(
: Integer;
: Integer
): GdPictureStatus;
public function ADRAddGdPictureImageToTemplate(
: int,
: int
) : GdPictureStatus;
'Declaration
Public Function ADRAddGdPictureImageToTemplate( _
ByVal As Integer, _
ByVal As Integer _
) As GdPictureStatus
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.