.NET Framework Class Library

AddAttachmentEvent Constructor

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

AddAttachmentEvent Constructor

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Sub New ( _
 job As ConverterJobInfoEventArgs, _
 fileName As String, _
 fileStream As Stream, _
 isStreamInput As Boolean, _
 isExistingAttachment As Boolean, _
 description As String, _
 attachmentFileModifiedDate As DateTime _
)

C#

public AddAttachmentEvent(
 ConverterJobInfoEventArgs job,
 string fileName,
 Stream fileStream,
 bool isStreamInput,
 bool isExistingAttachment,
 string description,
 DateTime attachmentFileModifiedDate
)

Visual C++

public:
AddAttachmentEvent(
 ConverterJobInfoEventArgsjob,
 StringfileName,
 StreamfileStream,
 bool isStreamInput,
 bool isExistingAttachment,
 Stringdescription,
 DateTime attachmentFileModifiedDate
)

Parameters

job

Type: Gnostice.Converter.ConverterJobInfoEventArgs

fileName

Type: System.String

fileStream

Type: System.IO.Stream

isStreamInput

Type: System.Boolean

isExistingAttachment

Type: System.Boolean

description

Type: System.String

attachmentFileModifiedDate

Type: System.DateTime

See Also

AddAttachmentEvent Class

AddAttachmentEvent Members

Gnostice.Converter Namespace