The size in bytes of the thumbnail image. The property takes a value of type ThumbnailImageSize. The default value is ThumbnailImagesSize.SMALL.

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

ToggleSyntax

Visual Basic (Declaration)
Property ImageSize As ThumbnailImageSize
C#
ThumbnailImageSize ImageSize { get; set; }
Visual C++
property ThumbnailImageSize ImageSize {
	ThumbnailImageSize get ();
	void set (ThumbnailImageSize value);
}
JavaScript
function get_imageSize();
function set_imageSize(value);

ToggleRemarks

ToggleSee Also