.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 >

.NET Framework Class Library

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)

Syntax

Visual Basic

Public Function GetSupportedFormats As List(Of String)

C#

public List<stringGetSupportedFormats()

Visual C++

public:
List<String^>^ GetSupportedFormats()

Return Value

List containing strings specifying the formats. For example, it may return the strings "DOCX" and "PDF".

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace