.NET Framework Class Library

ConverterDocumentInfoEventArgs.FileName Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ConverterDocumentInfoEventArgs.FileName Property

Gets file name of the document.

Namespace: Gnostice.Converter

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

Syntax

Visual Basic

Public Property FileName As String
 Get
 Friend Set

C#

public string FileName { getinternal set; }

Visual C++

public:
property StringFileName {
 Stringget ();
 internalvoid set (Stringvalue);
}

See Also

ConverterDocumentInfoEventArgs Class

ConverterDocumentInfoEventArgs Members

Gnostice.Converter Namespace