←Select platform

Cache Property

Summary

The cache containing the document to download.

Syntax
C#
VB
C++
public ObjectCache Cache {get; set;} 
Public Property Cache() As ObjectCache 
   Get 
   Set 
public:  
   property ObjectCache^ Cache 
   { 
      ObjectCache^ get() 
      void set(ObjectCache^ value) 
   } 

Property Value

The cache containing the document. The default value is null.

Remarks

This value cannot be null and must be set to a valid ObjectCache object before calling DocumentFactory.DownloadDocument to download the document.

Example

For an example, refer to DocumentFactory.DownloadDocument.

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.