Save
Leave feedback
On this page
Saves a template to a file.
public void Save(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The path to the file. |
- class Template
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser
Saves a template to a stream.
public void Save(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The output stream. |
- class Template
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.