modifiedContainers Property

Summary

Collection of annotation containers to be saved into the cache.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentAnnotations.prototype, 'modifiedContainers', 
   get: function(), 
   set: function(value) 
) 
modifiedContainers: AnnContainer[]; 

Property Value

Collection of annotation containers to be saved into the cache.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly