A newer version of this page is available.
Switch to the current version.
XlEncryptionOptions.Password Property
Specifies the password to open the file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue("")]
[XtraSerializableProperty]
public string Password { get; set; }
<DefaultValue("")>
<XtraSerializableProperty>
Public Property Password As String
Property Value
Type | Default | Description |
---|---|---|
String | A String vaue, specifying the password to open the file. The default is string.Empty. |
Property Paths
You can access this nested property as listed below:
Show 33 property paths
Remarks
To apply encryption, the password must be specified (the default empty string cannot be used for file encryption).
See Also
Feedback