The path of the template configuration file to create.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ADRSaveTemplateConfig Method

ADRSaveTemplateConfig Method (GdPictureImaging)

In This Topic
Saves the current Template Configuration within a file in order to load it later using the ADRLoadTemplateConfig() method.
Syntax
'Declaration
 
Public Function ADRSaveTemplateConfig( _
   ByVal FileConfig As String _
) As Boolean
public bool ADRSaveTemplateConfig( 
   string FileConfig
)
public function ADRSaveTemplateConfig( 
    FileConfig: String
): Boolean; 
public function ADRSaveTemplateConfig( 
   FileConfig : String
) : boolean;
public: bool ADRSaveTemplateConfig( 
   string* FileConfig
) 
public:
bool ADRSaveTemplateConfig( 
   String^ FileConfig
) 

Parameters

FileConfig
The path of the template configuration file to create.

Return Value

True if success, else False (can't create the file or empty template configuration).
See Also