'Declaration Public Overloads Sub ApplyTemplate( _ ByVal templateStream As Stream, _ ByVal includeContent As Boolean _ )
'Usage Dim instance As Document Dim templateStream As Stream Dim includeContent As Boolean instance.ApplyTemplate(templateStream, includeContent)
public void ApplyTemplate( Stream templateStream, bool includeContent )
Parameters
- templateStream
- The stream where the template file is stored.
- includeContent
- Determines whether the template's text content will be copied into the target Document or not.