combineFloater Method

Summary

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

Syntax
TypeScript
JavaScript
ImageViewerItem.prototype.combineFloater = function( 
   targetItem, 
   deleteFloater 
) 
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 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.