←Select platform

CacheOptions Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public DocumentCacheOptions CacheOptions { get; set; } 
public:  
   property DocumentCacheOptions^ CacheOptions 
   { 
      DocumentCacheOptions^ get() 
      void set(DocumentCacheOptions^ value) 
   } 
public DocumentCacheOptions getCacheOptions() 
public void setCacheOptions(DocumentCacheOptions value) 
CacheOptions # get and set (LEADDocument) 

Property Value

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

Remarks

This will contain the same value passed to LoadDocumentOptions.CacheOptions. The user can change this value if needed to modify what parts of the documents is cached.

Note that setting this property to a value will update the same value in each child document.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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