DevExpress-Examples / word-document-api-open-and-save-encrypted-files

Use the Word Processing Document API to load and save password-encrypted files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Processing Document API - Open and Save Encrypted Files

The following sample project shows how to use a Word Processing File API to load and save password-encrypted files. The loaded file is decrypted using the EncryptionSettings properties. When a user re-opens the file with a new password, the RichEditDocumentServer.EncryptedFilePasswordRequested and RichEditDocumentServer.EncryptedFilePasswordCheckFailed events occur. If the user cancels the operation or exceeds the number of attempts to enter the password, RichEditDocumentServer shows an exception message.

Files to Review

Documentation

About

Use the Word Processing Document API to load and save password-encrypted files.

License:Other


Languages

Language:C# 50.7%Language:Visual Basic .NET 49.3%