←Select platform

IsStarted Property

Summary

Indicates whether document memory caching support has been started.

Syntax
C#
VB
C++
public bool IsStarted {get;} 
Public ReadOnly Property IsStarted() As Boolean 
   Get 
public:  
   property bool IsStarted 
   { 
      bool get() 
   } 

Property Value

true if document memory caching support has been started; otherwise, false.

Remarks

The value of IsStarted is false by default and will be set to true after a successful call to Start.

Calling Stop will set the value of IsStarted back to false.

Refer to DocumentMemoryCache for more information.

Example

For an example, refer to DocumentMemoryCache.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly