DocumentFormatGroupInfoEnumerate(DocumentFormatSupport, DocumentEngine) Method
Enumerates supported file format groups for document loading or saving.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public static IEnumerable<DocumentFormatGroupInfo> Enumerate(
DocumentFormatSupport formatSupport,
DocumentEngine engine
)
Public Shared Function Enumerate (
formatSupport As DocumentFormatSupport,
engine As DocumentEngine
) As IEnumerable(Of DocumentFormatGroupInfo)
- formatSupport DocumentFormatSupport
- The load or save support for the format.
- engine DocumentEngine
- The document engine that should support the format.
IEnumerableDocumentFormatGroupInfoAn enumerable collection of document format group infos.