uri Property

Summary

Gets the URL to the original document physical location.

Syntax
TypeScript
JavaScript
Object.defineProperty(LEADDocument.prototype, 'uri', 
   get: function() 
) 
readonly uri: string; 

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

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.