cacheUri Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(LEADDocument.prototype, 'cacheUri', 
   get: function(), 
   set: function(value) 
) 
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 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.