isLocal Property (Document)

Summary

Indicate that this document has been created by the user.

Syntax

JavaScript Syntax
Object.defineProperty(Document.prototype, 'isLocal', 
	get: function() 
) 
TypeScript Syntax
isLocal: boolean; // read-only

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 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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize