Gets the URL to the original document's physical location.
public Uri Uri {get;}
Public ReadOnly Property Uri() As System.Uri
Get
public:
property System::Uri^ Uri
{
System::Uri^ get()
}
public URI getUri()
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 loaded using DocumentFactory.LoadFromUri or LoadFromUriAsync, Uri is the same value passed to the method.
If this document was loaded using DocumentFactory.LoadFromFile, then the value of Uri is the same value passed as fileName (formatted using the file:/// protocol).
If this document was created using DocumentFactory.Create, then the value of Uri is null.
If this document was loaded using DocumentFactory.LoadFromStream, then the value of Uri is null.
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