.NET Framework Class Library
NeedPasswordEventArgs.Cancel Property
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > NeedPasswordEventArgs Class > NeedPasswordEventArgs Properties > NeedPasswordEventArgs.Cancel Property |
Gets or sets whether to proceed with decrypting the document.
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Property Cancel As Boolean |
C# |
public bool Cancel { get; set; } |
Visual C++ |
public: |