'Declaration
Public Function ADRCreateTemplateFromGdPictureImage( _ ByVal ImageID As Integer _ ) As Integer
public int ADRCreateTemplateFromGdPictureImage( int ImageID )
public function ADRCreateTemplateFromGdPictureImage( ImageID: Integer ): Integer;
public function ADRCreateTemplateFromGdPictureImage( ImageID : int ) : int;
public: int ADRCreateTemplateFromGdPictureImage( int ImageID )
public: int ADRCreateTemplateFromGdPictureImage( int ImageID )
Parameters
- ImageID
- GdPicture image identifier. The image from which the new template will be created.
Return Value
The created template ID if success else, -1 if fail. check the GetStat() method to get the reason
on this result.