.NET Framework Class Library

NeedFileNameEventArgs.FileExtension Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > NeedFileNameEventArgs Class > NeedFileNameEventArgs Properties >

.NET Framework Class Library

NeedFileNameEventArgs.FileExtension Property

Gets extension of the output document.

Namespace: Gnostice.Core

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

Syntax

Visual Basic

Public ReadOnly Property FileExtension As String
 Get

C#

public string FileExtension { get; }

Visual C++

public:
property StringFileExtension {
 Stringget ();
}

See Also

NeedFileNameEventArgs Class

NeedFileNameEventArgs Members

Gnostice.Core Namespace