 | DrawingIsImage Method |
Return if a content type is an image
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static bool IsImage(
string contentType
)
Public Shared Function IsImage (
contentType As String
) As Boolean
Parameters
- contentType
- Type: SystemString
Content type to be process
Return Value
Type:
BooleanTrue if image; false otherwise
See Also