←Select platform

InputCache Property

Summary

Cache containing the input document being converted.

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

Property Value

The cache containing the input document being converted.

Remarks

This value is set by Prepare to the ObjectCache instance containing the input document being converted. This value can be either set to StatusJobData.InputCache 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