Back to Devexpress

RichEditControl.ExportToPdf Method

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-dot-exporttopdf.md

latest1.8 KB
Original Source

RichEditControl.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfCreationOptions, PdfSaveOptions)stream, creationOptions, saveOptionsObsolete. Exports the content of the RichEditControl to the specified stream in PDF format, applying options for creating and saving.
ExportToPdf(Stream, PdfExportOptions)stream, pdfExportOptionsExports the content of the RichEditControl to the specified stream in PDF format, applying PDF-specific options.
ExportToPdf(Stream)streamExports the content of the RichEditControl to the specified stream in PDF format.
ExportToPdf(String, PdfCreationOptions, PdfSaveOptions)fileName, creationOptions, saveOptionsObsolete. Exports the content of the RichEditControl to the specified stream in PDF format, applying options for creating and saving.
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.