PrintingSystemBase.ExportToDocx Method
| Name | Parameters | Description |
|---|---|---|
| ExportToDocx(Stream, DocxExportOptions) | stream, options | Exports a document to the specified stream in DOCX format using the specified DOCX-specific options. |
| ExportToDocx(Stream) | stream | Exports a document to the specified stream in DOCX format. |
| ExportToDocx(String, DocxExportOptions) | filePath, options | Exports a document to the specified file path in DOCX format using the specified DOCX-specific options. |
| ExportToDocx(String) | filePath | Exports a document to the specified file path in DOCX format. |