URL to the original document 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 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 file:/// protocol.
If this document was creating 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.
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