Gets or sets the value that determines the number of margin frames to download.
Object.defineProperty(Cell.prototype, 'marginFramesCount',
get: function(),
set: function(value)
)
marginFramesCount: number;
The number of margin frames to download.
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 FullDownload to false.
The default value is 5.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET