←Select platform

CacheUri Property

Summary

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

Syntax
C#
VB
C++
Java
public Uri CacheUri { get; set; } 
Public Property CacheUri() As System.Uri 
   Get 
   Set 
public:  
   property System::Uri^ CacheUri 
   { 
      System::Uri^ get() 
      void set(System::Uri^ value) 
   } 
public URI getCacheUri() 
public void setCacheUri(URI 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 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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