The length in bytes of the thumbnail image.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ImageByteCount As Nullable(Of Integer)
C#
Nullable<int> ImageByteCount { get; }
Visual C++
property Nullable<int> ImageByteCount {
	Nullable<int> get ();
}
JavaScript
function get_imageByteCount();

ToggleRemarks

ToggleSee Also