DocumentFormatInfoGet(DocumentFormat) Method

Gets the document format info corresponding to the specified DocumentFormat enumeration value.

Definition

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

Parameters

format  DocumentFormat
The document format.

Return Value

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

See Also