.NET Framework Class Library

DocumentConverter.NeedPassword Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > DocumentConverter Class > DocumentConverter Events >

.NET Framework Class Library

DocumentConverter.NeedPassword Event

Occurs when a password is required to decrypt a document.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

<LocalizableCategoryAttribute("Appearance")> _
<LocalizableDescriptionAttribute("needpasswordDesc")> _
Public Event NeedPassword As EventHandler(Of NeedPasswordEventArgs)

C#

[LocalizableCategoryAttribute("Appearance")]
[LocalizableDescriptionAttribute("needpasswordDesc")]
public event EventHandler<NeedPasswordEventArgsNeedPassword

Visual C++

public:
[LocalizableCategoryAttribute(L"Appearance")]
[LocalizableDescriptionAttribute(L"needpasswordDesc")]
 event EventHandler<NeedPasswordEventArgs^>^ NeedPassword {
 void add (EventHandler<NeedPasswordEventArgs^>^ value);
 void remove (EventHandler<NeedPasswordEventArgs^>^ value);
}

See Also

DocumentConverter Class

DocumentConverter Members

Gnostice.Converter Namespace