.NET Framework Class Library
DocumentViewer.NeedPasswordCommand Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Properties > DocumentViewer.NeedPasswordCommand Property |
Command to notify when password protected document required password to unlock the document.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Property NeedPasswordCommand As ICommand |
C# |
public ICommand NeedPasswordCommand { get; set; } |
Visual C++ |
public: |