'Declaration Public Overloads Sub ApplyTemplate( _ ByVal templateFilePath As String, _ ByVal includeContent As Boolean _ )
'Usage Dim instance As Document Dim templateFilePath As String Dim includeContent As Boolean instance.ApplyTemplate(templateFilePath, includeContent)
public void ApplyTemplate( string templateFilePath, bool includeContent )
Parameters
- templateFilePath
- The path that leads to the template file.
- includeContent
- Determines whether the template's text content will be copied into the target Document or not.