isLocal Property (original) (raw)
Summary
Indicate that this document has been created by the user.
Syntax
Object.defineProperty(LEADDocument.prototype, 'isLocal',
get: function(),
set: function(value)
)
Property Value
true if this document has been created by the user; otherwise, false.
Remarks
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 totrue during SaveToCache.
If this document has been loaded from the cache, file, URL or stream, then the value of IsLocal will be false.
Leadtools.Document Assembly