DocumentFormatInfoEnumerateExtensions(DocumentFormatSupport, DocumentEngineFilter) Method

Enumerates supported document file extensions for loading or saving.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public static IEnumerable<string> EnumerateExtensions(
	DocumentFormatSupport formatSupport = DocumentFormatSupport.Either,
	DocumentEngineFilter engineFilter = DocumentEngineFilter.Any
)

Parameters

formatSupport  DocumentFormatSupport  (Optional)
The load or save support for the format.
engineFilter  DocumentEngineFilter  (Optional)
The document engines that should support the format.

Return Value

IEnumerableString
An enumerable collection of document file extensions.

See Also