DocumentFormatGroupInfoEnumerate(DocumentFormatSupport, DocumentEngine) Method

Enumerates supported file format groups for document loading or saving.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public static IEnumerable<DocumentFormatGroupInfo> Enumerate(
	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

IEnumerableDocumentFormatGroupInfo
An enumerable collection of document format group infos.

See Also