←Select platform

OutputCache Property

Summary

Cache to store the result output document of the conversion.

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

Property Value

The cache to store the result output document of the conversion.

Remarks

This value is set by Prepare to the ObjectCache instance to store the result output document of the conversion. This value can be either set to StatusJobData.OutputCache or a new instance created by the runner.

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