Back to Devexpress

GetDocumentPasswordEventArgs.Password Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-getdocumentpasswordeventargs.md

latest1.1 KB
Original Source

GetDocumentPasswordEventArgs.Password Property

Specifies the security password to open a PDF file.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public SecureString Password { get; set; }
vb
Public Property Password As SecureString

Property Value

TypeDescription
SecureString

A System.Security.SecureString value.

|

See Also

GetDocumentPasswordEventArgs Class

GetDocumentPasswordEventArgs Members

DevExpress.Xpf.PdfViewer Namespace