DocumentReaderIsImageFormatSupportedForProcessing Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Determines whether a file is an image and is supported for processing.

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static bool IsImageFormatSupportedForProcessing(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the file.

Return Value

Type: Boolean
true if supported; otherwise, false
Remarks

This method was added in Content Studio 5.7.
See Also

Reference