DocumentFormatInfoEnumerateExtensions(DocumentFormatSupport, DocumentEngine) 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,
DocumentEngine engine
)
Public Shared Function EnumerateExtensions (
formatSupport As DocumentFormatSupport,
engine As DocumentEngine
) As IEnumerable(Of String)
- formatSupport DocumentFormatSupport
- The load or save support for the format.
- engine DocumentEngine
- The document engine that should support the format.
IEnumerableStringAn enumerable collection of document file extensions.