Back to Devexpress

RichEditDocumentServer.ExportToPdf Method

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-dot-exporttopdf.md

latest1.1 KB
Original Source

RichEditDocumentServer.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, pdfExportOptionsExports the document to the specified stream in PDF format.
ExportToPdf(Stream)streamExports the document to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions)fileName, pdfExportOptionsExports the content of the RichEditControl to the specified file path in PDF format, applying PDF-specific options.
ExportToPdf(String)fileNameExports the document content to the specified file path in PDF format.