Back to Devexpress

LinkBase.ExportToDocx Method

corelibraries-devexpress-dot-xtraprinting-dot-linkbase-dot-exporttodocx.md

latest1.5 KB
Original Source

LinkBase.ExportToDocx Method

NameParametersDescription
ExportToDocx(Stream, DocxExportOptions)stream, optionsExports a document to the specified stream in DOCX format using the defined DOCX-specific options.
ExportToDocx(Stream)streamExports a document to the specified stream in DOCX format.
ExportToDocx(String, DocxExportOptions)filePath, optionsExports a document to the specified file path in DOCX format using the specified DOCX-specific options.
ExportToDocx(String)filePathExports a document to the specified file path in DOCX format.