Indicate that this document has been created by the user.
Object.defineProperty(Document.prototype, 'isLocal',
get: function()
)
isLocal: boolean; // read-only
true if this document has been created by the user; otherwise, false.
The value of IsLocal will be false if the document has been created by the user through DocumentFactory.Create and it has not been saved into the cache yet. The value will be set to true during SaveToCache.
If this document has been loaded from the cache, file, URL or stream, then the value of IsLocal will be false.
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