.NET Framework Class Library

DocumentViewer.Password Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Properties >

.NET Framework Class Library

DocumentViewer.Password Property

Gets or sets password with which the [!:Gnostice.Documents.Controls.WPF.DocumentViewer.Document] needs to be decrypted before it is displayed.

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public Property Password As String
 Get
 Set

C#

public string Password { getset; }

Visual C++

public:
property StringPassword {
 Stringget ();
 void set (Stringvalue);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace