←Select platform

CacheOptions Property

Summary

Determines which part of the document will be stored in the cache.

Syntax
C#
VB
C++
Java
public DocumentCacheOptions CacheOptions { get; set; } 
Public Property CacheOptions() As DocumentCacheOptions 
   Get 
   Set 
public:  
   property DocumentCacheOptions^ CacheOptions 
   { 
      DocumentCacheOptions^ get() 
      void set(DocumentCacheOptions^ value) 
   } 
public DocumentCacheOptions getCacheOptions() 
public void setCacheOptions(DocumentCacheOptions value) 

Property Value

Determines which part of the document will be stored in the cache. Default value is DocumentCacheOptions.None.

Remarks

This value will be stored in LEADDocument.CacheOptions after the document is successfully loaded.

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.