The URL to the original document's image data if it was stored in the cache.
public Uri CacheUri { get; set; }
public:
property System::Uri^ CacheUri
{
System::Uri^ get()
void set(System::Uri^ value)
}
public URI getCacheUri()
public void setCacheUri(URI value)
CacheUri # get and set (LEADDocument)
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 or LoadFromFile completes and caching is used. If the cache object supports DefaultCacheCapabilities is set to the value of ObjectCache.GetItemVirtualDirectoryUrl, otherwise, it is set to null.
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