.NET Framework Class Library
DocumentViewer.GetSupportedFormats Method
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > DocumentViewer Class > DocumentViewer Methods > DocumentViewer.GetSupportedFormats Method |
Returns a list of document formats supported by the viewer.
Namespace: Gnostice.Controls.WinForms
Assembly: Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)
Visual Basic |
Public Function GetSupportedFormats As List(Of String) |
C# |
public List<string> GetSupportedFormats() |
Visual C++ |
public: |
List containing strings specifying the formats. For example, it may return the strings "DOCX" and "PDF".