DocumentGenerationOptions Interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
Document generation options.
Belonging Area
| Name | Description |
|---|---|
| Document Generation | APIs to access document generation. |
Property
| Name | Description |
|---|---|
| Format | Output format. - "word" : Word format - "pdf" : PDF format - "html" : HTML format |
| OutputPath | The output folder or file path. - For html: Specify the output folder. - For word/pdf: Specify the output file path. |
| Scope | Specify the target scope. - "all" : Output everything. - "allchildren" : Output from the selected element to the end. - "current" : Output only the selected element. |