DocumentFormatInfo.EnumerateExtensions Method
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
EnumerateExtensions(DocumentFormatSupport, DocumentEngine)
Enumerates supported document file extensions for loading or saving.
public static IEnumerable<string> EnumerateExtensions(DocumentFormatSupport formatSupport, DocumentEngine engine)
Parameters
formatSupportDocumentFormatSupportThe load or save support for the format.
engineDocumentEngineThe document engine that should support the format.
Returns
- IEnumerable<string>
An enumerable collection of document file extensions.
EnumerateExtensions(DocumentFormatSupport, DocumentEngineFilter)
Enumerates supported document file extensions for loading or saving.
public static IEnumerable<string> EnumerateExtensions(DocumentFormatSupport formatSupport = DocumentFormatSupport.Either, DocumentEngineFilter engineFilter = DocumentEngineFilter.Any)
Parameters
formatSupportDocumentFormatSupportThe load or save support for the format.
engineFilterDocumentEngineFilterThe document engines that should support the format.
Returns
- IEnumerable<string>
An enumerable collection of document file extensions.