Back to Devexpress

RichEditDocumentServer.SaveDocument Method

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

latest2.0 KB
Original Source

RichEditDocumentServer.SaveDocument Method

NameParametersDescription
SaveDocument(DocumentFormat, EncryptionSettings)documentFormat, encryptionSettingsSaves the document to a byte array in the specified file format and encrypts it with a password.
SaveDocument(DocumentFormat)documentFormatSaves the document to a byte array in the specified file format.
SaveDocument(Stream, DocumentFormat, EncryptionSettings)stream, documentFormat, encryptionSettingsSaves the document to a stream, specifying the document’s format and encryption options.
SaveDocument(Stream, DocumentFormat)stream, documentFormatSaves the document to a stream, specifying the document’s format.
SaveDocument(String, DocumentFormat, EncryptionSettings)fileName, documentFormat, encryptionSettingsSaves the document to a file, specifying the document’s format and encryption options.
SaveDocument(String, DocumentFormat)fileName, documentFormatSaves the control’s document to a file, specifying the document’s format.