.NET Framework Class Library
DocumentViewer.GetSupportedFormats Method
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Methods > DocumentViewer.GetSupportedFormats Method |
Gets list of formats supported by the control.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Function GetSupportedFormats As List(Of String) |
C# |
public List<string> GetSupportedFormats() |
Visual C++ |
public: |