Gets or sets whether the various built-in interactive modes are applied to a specific frame or all frames.
Object.defineProperty(Cell.prototype, 'linked',
get: function(),
set: function(value)
)
linked: boolean;
true to make the interactive modes applied to all frames, false otherwise.
This property currently applies to the following interactive modes:
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