Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ItemTextWrap Property

Show in webframe
Indicates whether the items text should automatically wrap to the next line if needed.
Syntax
get_itemTextWrap();
set_itemTextWrap(value);
Object.defineProperty('itemTextWrap');

Property Value

TypeDescription
booleantrue if the items text should automatically wrap to the next line if needed, otherwise; false. Default value is true.
Remarks

Note that this value is currently not supported in the HTML/JavaScript platform.

For more information, refer to Image Viewer Appearance.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file