←Select platform

GetSupportedFormats Method

Summary

Gets an array containing the supported formats.

Syntax
C#
VB
Objective-C
C++
Java
public static DocumentFormat[] GetSupportedFormats() 
Public Shared Function GetSupportedFormats() As DocumentFormat() 
+ (NSArray<NSNumber *> *)allSupportedFormats 
public static DocumentFormat[] getSupportedFormats() 
public: 
static array<DocumentFormat>^ GetSupportedFormats();  

Return Value

An array containing the supported formats.

Remarks

Note: Not all formats are supported in all platforms. Use this method to find the current level of support.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly