DocumentOptions Interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
Document options.
Belongs to
| Name | Description |
|---|---|
| Document Generation | A collection of APIs to access document generation. |
Derived from
| Name | Description |
|---|---|
| WordOptions | Word-specific generation options. |
| HtmlOptions | HTML-specific generation options. |
Property
| Name | Description |
|---|---|
| TemplateFilePath | You can replace the template used for output. (Only supported for Word) |
Method
| Name | Description |
|---|---|
| GetProperty(string) | Gets the optional properties of the document. |
| GetProperty<T>(string) | Gets an optional property of the document. |
| SetProperty | Sets an optional property of the document. |