←Select platform

OutputCache Property

Summary

Cache that will contain the output document.

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

Property Value

The cache that will contain the output document. The default value is null.

Example

For an example, refer to StatusJobDataRunner.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly