GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureOfficeTemplater Class / GetTemplateAsJson Method





In This Topic
GetTemplateAsJson Method (GdPictureOfficeTemplater)
In This Topic
Gets the template and its configuration as a JSON string.
Syntax
'Declaration
 
Public Function GetTemplateAsJson() As String
public string GetTemplateAsJson()
public function GetTemplateAsJson(): String; 
public function GetTemplateAsJson() : String;
public: string* GetTemplateAsJson(); 
public:
String^ GetTemplateAsJson(); 

Return Value

A JSON representation of the template and its configuration.
See Also