Click or drag to resize
DrawingIsImage Method
Return if a content type is an image

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static bool IsImage(
	string contentType
)

Parameters

contentType
Type: SystemString
Content type to be process

Return Value

Type: Boolean
True if image; false otherwise
See Also