Gets or sets the value that determines whether to make the viewer repeat the animation once you reach the end frame.
Object.defineProperty(CinePlayer.prototype, 'loop',
get: function(),
set: function(value)
)
loop: boolean;
true to make the engine repeats the animation once you reach the end frame. false to stop once you reach the end frame.
To play the animation, use Play
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