Collection of annotation containers to be saved into the cache.
Object.defineProperty(DocumentAnnotations.prototype, 'modifiedContainers',
get: function(),
set: function(value)
)
modifiedContainers: AnnContainer[];
Collection of annotation containers to be saved into the cache.
Used by SaveToCache to update the document on server with any new or modified annotation containers.
This is used by the Document Viewer when a local document is being viewed and annotations objects being added or removed. The viewer will check the value of IsLocal and when true, it will then set any modified containers here prior to calling SaveToCache.
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