uri Property

Summary

Gets the URL to the original document physical location.

Syntax

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

Property Value

The URL to the original document physical location.

Remarks

The value of Uri depends on how this document was obtained as follows:

When this document is saved and re-loaded from the cache using SaveToCache and DocumentFactory.LoadFromCache, then Uri will contain the original value before it was saved.

Example

For an example, refer to Document.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly