Provides a set of constants for setting the color of images rendered by the thumbnail generation service.

The thumbnail generation service does not convert between color, grayscale, and black and white. It renders a document thumbnail with the color, gray scale, or black and white as found in the input document. Therefore, these constant settings do not impact the output of the thumbnail generation service.

Namespace:  FileNet.Api.Constants
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration ThumbnailImageColor
C#
public enum ThumbnailImageColor
Visual C++
public enum class ThumbnailImageColor
JavaScript
FileNet.Api.Constants.ThumbnailImageColor = function();
FileNet.Api.Constants.ThumbnailImageColor.createEnum('FileNet.Api.Constants.ThumbnailImageColor', false);

ToggleMembers

TypeMember nameDescription
GRAY_SCALE
Specifies that the input document is rendered as a grayscale thumbnail image.
BLACK_AND_WHITE
Specifies that the input document is rendered as a black and white thumbnail image.
COLOR
Specifies that the input document is rendered as a color thumbnail image.

ToggleSee Also