FromExtension

FixedLayoutFormats.FromExtension method

Retrieves an instance of the specified type FixedLayoutFormats that has the specified file extension.

public static FixedLayoutFormats FromExtension(string extension)
Parameter Type Description
extension String The file extension of the document format.

Return Value

An instance of the specified type FixedLayoutFormats with the specified file extension.

Exceptions

exception condition
InvalidOperationException Thrown when no matching document format is found.

See Also