The URL to the original document's image data if it was stored in the cache.
Object.defineProperty(Document.prototype, 'cacheUri',
get: function(),
set: function(value)
)
cacheUri: string;
The URL to the original document's image data if it was stored in the cache; otherwise, null.
Use this property to obtain the URL to the original document if a cache was used.
CacheUri is set by the library when LoadFromUri completes and caching is used. If the cache object supports virtual directory capability, then CacheUri is set to a value by the cache system that contains direct URL to the original document image data, otherwise, it is set to null.
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