←Select platform

IsUsingMemoryCache Property

Summary

Indicates whether this LEADDocument is currently using memory caching.

Syntax
C#
VB
C++
public bool IsUsingMemoryCache {get; set;} 
Public Property IsUsingMemoryCache() As Boolean 
   Get 
   Set 
public:  
   property bool IsUsingMemoryCache 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this document is currently using memory caching; otherwise, false. The default value is false.

Remarks

Refer to DocumentMemoryCache for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly