enableLazyLoad Property

Summary

Indicates whether to download all the frames, or use the lazy loading technique, when calling one of the load methods in STCell.

Syntax

TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'enableLazyLoad', 
	get: function(), 
	set: function(value) 
) 
enableLazyLoad: number; 

Property Value

true to download all the frames, false to use the lazy loading technique.

Remarks

Lazy loading is used to allow the user to view a series with a lot of images, without downloading them all. The viewer will only download what you currently see, plus some extra (buffer) for smoother scrolling.

To change the amount of buffer used for the lazy loading, refer to marginFramesCount.

You cannot do sorting or MPR if this property is set to false.

The value of this property will be used to set to the FullDownload property of the Leadtools.Controls.Medical.Cell that the Leadtools.Controls.Medical.MedicalViewer.Load method creates.

This value is false by default.

Requirements

Target Platforms

See Also

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

Leadtools.Controls.Medical Assembly

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