Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

CombineFloater Method (ImageViewerItem)

Show in webframe
Target item. If this value is null, then the floater will be combined with the image of this same item, otherwise; the floater will be combined with the image of targetItem.
true to automatically delete the floater image from the item after combining, otherwise; false.
For future use. Combines the floater of this item with the image of the same or another item.
Syntax
 function Leadtools.Controls.ImageViewerItem.combineFloater( 
   targetItem ,
   deleteFloater 
)

Parameters

ParameterTypeDescription
targetItemImageViewerItemTarget item. If this value is null, then the floater will be combined with the image of this same item, otherwise; the floater will be combined with the image of targetItem.
deleteFloaterbooltrue to automatically delete the floater image from the item after combining, otherwise; false.

Return Value

TypeDescription
boolean This method will return false in this version of LEADTOOLS.
Remarks

This method is not supported in this version of LEADTOOLS and will always return false.

See Also

Reference

ImageViewerItem Object
ImageViewerItem Members

Error processing SSI file