Determines whether specified content type is supported.

Namespace: FirstFloor.Documents.Imaging
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static bool IsContentTypeSupported(
	string contentType
)
Visual Basic
Public Shared Function IsContentTypeSupported ( _
	contentType As String _
) As Boolean
Visual C++
public:
static bool IsContentTypeSupported(
	String^ contentType
)

Parameters

contentType
Type: System..::..String
Type of the content.

Return Value

true if specified content type is supported; otherwise, false.

See Also