Specifies the format of the thumbnail image to be generated. The property takes a value of type ThumbnailImageFormat The default value is ThumbnailImageFormat.JPEG.

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

ToggleSyntax

Visual Basic (Declaration)
Property ImageFormat As ThumbnailImageFormat
C#
ThumbnailImageFormat ImageFormat { get; set; }
Visual C++
property ThumbnailImageFormat ImageFormat {
	ThumbnailImageFormat get ();
	void set (ThumbnailImageFormat value);
}
JavaScript
function get_imageFormat();
function set_imageFormat(value);

ToggleRemarks

ToggleSee Also