resolutions Property

Summary

Gets or sets the array that contains all the available resolutions that will be used with this image.

Syntax
TypeScript
JavaScript
Object.defineProperty(MRTIImage.prototype, 'resolutions', 
	get: function(), 
	set: function(value) 
) 
resolutions: LeadSizeD[]; 

Property Value

an array of LeadSizeD that contains all the available resolutions that will be used with this image.

Remarks

Best resolution combination should be multiple of 2, for example, if the image full size is 1024X1024, then best resolutions to set are:

1024X1024 512X512 256X256 128X128

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly