cacheUri Property (original) (raw)
Summary
The URL to the original document's image data if it was stored in the cache.
Syntax
Object.defineProperty(LEADDocument.prototype, 'cacheUri',
get: function(),
set: function(value)
)
Property Value
The URL to the original document's image data if it was stored in the cache; otherwise, null.
Remarks
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.
Leadtools.Document Assembly