In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ADRCreateTemplateEmpty Method

ADRCreateTemplateEmpty Method (GdPictureImaging)

In This Topic
Creates a new empty Document Identifier Template. Then, you can add images in this template using the ADRAddGdPictureImageToTemplate() method.
Syntax
'Declaration
 
Public Function ADRCreateTemplateEmpty() As Integer
public int ADRCreateTemplateEmpty()
public function ADRCreateTemplateEmpty(): Integer; 
public function ADRCreateTemplateEmpty() : int;
public: int ADRCreateTemplateEmpty(); 
public:
int ADRCreateTemplateEmpty(); 

Return Value

The created template ID if success else, -1 if fail. check the GetStat() method to get the reason on this result.
See Also