Gets the URL to the original document physical location.
Object.defineProperty(LEADDocument.prototype, 'uri',
get: function()
)
readonly uri: string;
The URL to the original document physical location.
The value of Uri depends on how this document was obtained as follows:
If this document was created using DocumentFactory.Create, then the value of Uri will be null.
If this document was loaded using DocumentFactory.LoadFromUri then Uri is the same value passed to the method.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document