combineFloater Method

Summary

For future use. Combines the floater of this item with the image of the same or another item.

Syntax

JavaScript Syntax
ImageViewerItem.prototype.combineFloater = function(targetItem, deleteFloater) 
TypeScript Syntax
combineFloater(targetItem: ImageViewerItem, deleteFloater: boolean): boolean; 

Parameters

targetItem

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.

deleteFloater

true to automatically delete the floater image from the item after combining, otherwise; false.

Return Value

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly