getItemImageSize Method

Summary

Image size of an item.

Syntax

JavaScript Syntax
ImageViewer.prototype.getItemImageSize = function(item, useDpi) 
TypeScript Syntax
getItemImageSize(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 item image in pixels.

Remarks

Each ImageViewerItem can have a 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly