Click or drag to resize

DocumentIdentifierSupportedFormats Method

Returns a list of all Open Discover SDK supported file formats for identification.

Namespace: OpenDiscoverSDK
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public static List<FileFormatDefinition> SupportedFormats()

Return Value

ListFileFormatDefinition
A list FileFormatDefinition objects that detail the supported file formats for identification.
See Also