Back to Devexpress

IRichEditDocumentServer.SaveDocument Method

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

latest1.3 KB
Original Source

IRichEditDocumentServer.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.