.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 >

.NET Framework Class Library

NeedPasswordEventArgs.Cancel Property

Gets or sets whether to proceed with decrypting the document.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property Cancel As Boolean
 Get
 Set

C#

public bool Cancel { getset; }

Visual C++

public:
property bool Cancel {
 bool get ();
 void set (bool value);
}

See Also

NeedPasswordEventArgs Class

NeedPasswordEventArgs Members

Gnostice.Core Namespace