Back to Devexpress

EncryptDocumentFormShowingEventArgs.EncryptionInfo Property

windowsforms-devexpress-dot-xtrarichedit-dot-encryptdocumentformshowingeventargs.md

latest1.6 KB
Original Source

EncryptDocumentFormShowingEventArgs.EncryptionInfo Property

Provides access to the encryption information.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public EncryptionInfo EncryptionInfo { get; }
vb
Public ReadOnly Property EncryptionInfo As EncryptionInfo

Property Value

TypeDescription
EncryptionInfo

An object containing the encryption information.

|

Remarks

Use the EncryptionInfo property to specify a password used in the custom Encrypt Document Dialog. You can specify the EncryptionInfo.Password property and set the event’s Handled property to true to encrypt a document with a password without raising the form.

See Also

EncryptDocumentFormShowingEventArgs Class

EncryptDocumentFormShowingEventArgs Members

DevExpress.XtraRichEdit Namespace