C#
VB
Java
Objective-C
WinRT C#
C++
Gets an array containing the supported formats.
public static DocumentFormat[] GetSupportedFormats()
Public Shared Function GetSupportedFormats() As Leadtools.Forms.Documentwriters.DocumentFormat()
public static [Leadtools.Forms.Documentwriters.DocumentFormat[]](documentformat.md) GetSupportedFormats()
+ (NSArray<NSNumber *> *)allSupportedFormats
public static DocumentFormat[] getSupportedFormats()
function Leadtools.Forms.DocumentWriters.DocumentWriter.GetSupportedFormats()
public:
static Leadtools.Forms.Documentwriters.array<DocumentFormat>^ GetSupportedFormats();
An array containing the supported formats.
Note: Not all formats are supported in the .NET and Windows Runtime. Use this method to find the current level of support.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET