Loads a template from memory that is used for the merge process.
public bool LoadTemplateFromMemory(object template, DocumentServer.FileFormat documentFormat);
Public Function LoadTemplateFromMemory(ByVal template As Object, ByVal documentFormat As DocumentServer.FileFormat) As Boolean
Parameter | Description |
---|---|
template | Specifies a template memory variable from which the data is loaded. |
document |
Specifies one of the Document |
Returns true, if the template could be loaded successfully and false, if the template is invalid or could not be loaded properly.