'Declaration Public Overloads Sub ApplyTemplate( _ ByVal templateFilePath As String _ )
'Usage Dim instance As Document Dim templateFilePath As String instance.ApplyTemplate(templateFilePath)
public void ApplyTemplate( string templateFilePath )
Parameters
- templateFilePath
- The path that leads to the template file.