←Select platform

OutputCachePolicy Property

Summary

Serialized policy as a string to use when storing the output document in the cache.

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

Property Value

The serialized policy as a string to use when storing the output document in the cache. 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