tileResolution Property

Summary

Gets the current resolutions of the tiles that are used to display the final output.

Syntax
TypeScript
JavaScript
Object.defineProperty(MRTISubCell.prototype, 'tileResolution', 
	get: function(), 
	set: function(value) 
) 
tileResolution: LeadSizeD; 

Property Value

LeadSizeD that represents the current resolutions of the tiles that are used to display the final output.

Remarks

This value gets changed according to how much zooming the user has done to the image, for example, if the image is very large and the user zoom-out to show the whole image, the engine will request low resolution chunks from the server to display them, if the user zoom in, the engine will request higher resolution chunks.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly