FromExtension

PresentationFormats.FromExtension method

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

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

Return Value

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

Exceptions

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

See Also