IDocumentGenerationParamsBase interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
A parameter object.
Affiliation area
| Name | Description |
|---|---|
| Document Generation | APIs to access document generation. |
Destination
| Name | Description |
|---|---|
| IAfterContentsGenerationParams | Parameters after content creation for the document is complete. |
| IContentWriteParamsBase | Base interface for writing document parameters. |
| IGenerationFinishParams | The parameters for finishing document generation. |
| IGenerationStartParams | The parameters for starting document generation. |
| IDocumentWriteStartParams | Parameters when starting to write the document. |
Property
| Name | Description |
|---|---|
| DocumentFilePath | The destination file path for the document. |
| DocumentFormat | File format ("word", "pdf", "html"). |
| Project | The target project. |