cacheUri Property

Summary

The URL to the original document's image data if it was stored in the cache.

Syntax

JavaScript Syntax
Object.defineProperty(Document.prototype, 'cacheUri', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
cacheUri: string; 

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly