DocumentFormatInfoEnumerateExtensions(DocumentFormatSupport, DocumentEngineFilter) Method
Enumerates supported document file extensions for loading or saving.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public static IEnumerable<string> EnumerateExtensions(
DocumentFormatSupport formatSupport = DocumentFormatSupport.Either,
DocumentEngineFilter engineFilter = DocumentEngineFilter.Any
)
Public Shared Function EnumerateExtensions (
Optional formatSupport As DocumentFormatSupport = DocumentFormatSupport.Either,
Optional engineFilter As DocumentEngineFilter = DocumentEngineFilter.Any
) As IEnumerable(Of String)
- formatSupport DocumentFormatSupport (Optional)
- The load or save support for the format.
- engineFilter DocumentEngineFilter (Optional)
- The document engines that should support the format.
IEnumerableStringAn enumerable collection of document file extensions.