←Select platform

CacheUri Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
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) 

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 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.

Requirements

Target Platforms

Help Version 22.0.2023.4.21
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.