DocumentIdentifierSupportedFormats Method

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

Definition

Namespace: OpenDiscoverSDK
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public static List<FileFormatDefinition> SupportedFormats()

Return Value

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

See Also