Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

HasItems Property

Show in webframe
Gets a value that indicate whether this viewer has any items.
Syntax
get_hasItems();
Object.defineProperty('hasItems');

Property Value

TypeDescription
booleantrue if this viewer has any items (the "count" value of Items is greater than 0), otherwise; false.
Remarks

Use this property to quickly check if this viewer has items.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file