Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

RemoveEmptyItem Property

Show in webframe
Indicates whether to remove the item if it did not have previous data.
Syntax
get_removeEmptyItem();
set_removeEmptyItem(value);
Object.defineProperty('removeEmptyItem');

Property Value

TypeDescription
booleantrue to remove the item if it did not have previous data, otherwise, false. Default value is false.
Remarks

The detailed description refer to ItemError.

Example

For an example, refer to ItemError.

See Also

Reference

ImageViewerItemErrorEventArgs Object
ImageViewerItemErrorEventArgs Members

Error processing SSI file