marginFramesCount Property

Summary

Gets or sets the value that determines the number of margin frames to download when calling the load methods in STCell.

Syntax

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

Property Value

The number of margin frames to download.

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.

This value is used when the lazy loading is enabled, to enable lazy loading, set the value enableLazyLoad to true before calling the Leadtools.Controls.Medical.MedicalViewer.Load method.

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

The default value is 5.

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.