getItemFloaterSize Method

Summary

Floater image size of an item.

Syntax
TypeScript
JavaScript
ImageViewer.prototype.getItemFloaterSize = function( 
   item, 
   useDpi 
) 
getItemFloaterSize( 
   item: ImageViewerItem, 
   useDpi: boolean 
): LeadSizeD; 

Parameters

item

The reference item. This value cannot be null.

useDpi

true to obtain the size using the current DPI setting, otherwise; false.

Return Value

The size of the floater image in pixels.

Remarks

Each ImageViewerItem can have an ImageViewerItem.Resolution value that can be used to set the resolution (in dots per inch, or DPI) of the item. When the value of the DPI is different than the screen resolution and the viewer is instructed to view items using the true logical size (using UseDpi then the viewer will add the scaling required into the image transformation.

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.