.NET Framework Class Library

DocumentConverter.AddAttachment 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.AddAttachment Event

Occurs when the attachment is added to a PDF portfolio.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

<LocalizableCategoryAttribute("Appearance")> _
<LocalizableDescriptionAttribute("AddAttachmentDesc")> _
Public Event AddAttachment As EventHandler(Of AddAttachmentEvent)

C#

[LocalizableCategoryAttribute("Appearance")]
[LocalizableDescriptionAttribute("AddAttachmentDesc")]
public event EventHandler<AddAttachmentEventAddAttachment

Visual C++

public:
[LocalizableCategoryAttribute(L"Appearance")]
[LocalizableDescriptionAttribute(L"AddAttachmentDesc")]
 event EventHandler<AddAttachmentEvent^>^ AddAttachment {
 void add (EventHandler<AddAttachmentEvent^>^ value);
 void remove (EventHandler<AddAttachmentEvent^>^ value);
}

See Also

DocumentConverter Class

DocumentConverter Members

Gnostice.Converter Namespace