The path of the template configuration file.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ADRLoadTemplateConfig Method

ADRLoadTemplateConfig Method (GdPictureImaging)

In This Topic
Loads a complete Template Configuration From a file previously saved with the ADRSaveTemplateConfig() method.
Syntax
'Declaration

 

Public Function ADRLoadTemplateConfig( _

   ByVal FileConfig As String _

) As Boolean
public bool ADRLoadTemplateConfig( 

   string FileConfig

)
public function ADRLoadTemplateConfig( 

    FileConfig: String

): Boolean; 
public function ADRLoadTemplateConfig( 

   FileConfig : String

) : boolean;
public: bool ADRLoadTemplateConfig( 

   string* FileConfig

) 
public:

bool ADRLoadTemplateConfig( 

   String^ FileConfig

) 

Parameters

FileConfig
The path of the template configuration file.

Return Value

True if success, else False (invalid file content).
See Also