←Select platform

IsLoaded Property

Summary

Indicates whether the document has been loaded at least once.

Syntax
C#
VB
C++
public bool IsLoaded {get; set;} 
Public Property IsLoaded() As Boolean 
   Get 
   Set 
public:  
   property bool IsLoaded 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this document has been loaded at least once; otherwise, false.

Remarks

If the value of IsLoaded is false, then the document was uploaded to the cache but has not been loaded with DocumentFactory.LoadFromCache yet.

Example

For an example, refer to GetDocumentCacheInfo(ObjectCache,string).

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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