SupportsExtension

DocumentFormatConfiguration.SupportsExtension method

Checks if a given file extension can be handled as DocumentType.

public bool SupportsExtension(string fileExtension)
Parameter Type Description
fileExtension String File extension, format is “.ext”

Return Value

True if the extension is listed in ExtensionFilter

See Also