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 |
| OpenDocument | Specifies whether to open the output file. If true, the output file will be opened in the default application after the document is output. The default value is true. |
| OutputPath | The output folder or file path. - For html: Specify the output folder. - For word/pdf: Specify the output file path. |
| Scope | Specifies the target scope. - "all" : Outputs everything. - "allchildren" : Outputs from the selected element to the end. - "current" : Outputs only the selected element. |