DocumentFormatInfoGet(String) Method
Gets the document format info by file name or path or extension.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public static DocumentFormatInfo Get(
string file
)
Public Shared Function Get (
file As String
) As DocumentFormatInfo
- file String
- The file name or path or extension (with or without leading dot) of the document.
DocumentFormatInfoa
DocumentFormatInfo object if there is a match; otherwise, null.