.NET Framework Class Library
IDocumentInfo.SupportedFileExtensions Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocumentInfo Interface > IDocumentInfo Properties > IDocumentInfo.SupportedFileExtensions Property |
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
ReadOnly Property SupportedFileExtensions As List(Of String) |
C# |
List<string> SupportedFileExtensions { get; } |
Visual C++ |
property List<String^>^ SupportedFileExtensions { |