.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 > ConverterDocumentInfoEventArgs.FileName Property |
Gets file name of the document.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public Property FileName As String |
C# |
public string FileName { get; internal set; } |
Visual C++ |
public: |
ConverterDocumentInfoEventArgs Class