DocumentFormatInfoGet(String) Method

Gets the document format info by file name or path or extension.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public static DocumentFormatInfo Get(
	string file
)

Parameters

file  String
The file name or path or extension (with or without leading dot) of the document.

Return Value

DocumentFormatInfo
a DocumentFormatInfo object if there is a match; otherwise, null.

See Also