DocumentFormatInfo.EnumerateExtensions(DocumentFormatSupport, DocumentEngine) Method

Enumerates supported document file extensions for loading or saving.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.6.5
C#
public static IEnumerable<string> EnumerateExtensions(
	DocumentFormatSupport formatSupport,
	DocumentEngine engine
)

Parameters

formatSupport  DocumentFormatSupport
The load or save support for the format.
engine  DocumentEngine
The document engine that should support the format.

Return Value

IEnumerable<String>
An enumerable collection of document file extensions.

See Also