Back to Devexpress

Document.SaveDocument Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-dot-savedocument.md

latest1.9 KB
Original Source

Document.SaveDocument Method

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