Gets the URL to the original document physical location.
Object.defineProperty(Document.prototype, 'uri',
get: function()
)
uri: string; // read-only
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.
For an example, refer to Document.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET