←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

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