The thumbnail image corresponding to this object.

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

ToggleSyntax

Visual Basic (Declaration)
Property Image As Byte()
C#
byte[] Image { get; set; }
Visual C++
property array<unsigned char>^ Image {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_image();
function set_image(value);

ToggleRemarks

ToggleSee Also