Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ItemTextTrimming Property

Show in webframe
Items text trimming options.
Syntax
get_itemTextTrimming();
set_itemTextTrimming(value);
Object.defineProperty('itemTextTrimming');

Property Value

TypeDescription
ControlTextTrimmingThe items text trimming options. Default value is ControlTextTrimming.EllipsisCharacter.
Remarks

ItemTextTrimming is used when to determine how to trim characters from the item's text ( ImageViewerItem.Text) when the string does not completely fit into the item text part.

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