.NET Framework Class Library
NeedFileNameEventArgs.FileName Property
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > NeedFileNameEventArgs Class > NeedFileNameEventArgs Properties > NeedFileNameEventArgs.FileName Property |
Gets or sets name or pathname of output file.
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Property FileName As String |
C# |
public string FileName { get; set; } |
Visual C++ |
public: |