←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 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.