←Select platform

IsLocal Property

Summary

Indicate that this document has been created by the user.

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

Property Value

true if this document has been created by the user; otherwise, false.

Remarks

The value of IsLocal will be false if the document has been created by the user through DocumentFactory.Create and it has not been saved into the cache yet. The value will be set to true during SaveToCache.

If this document has been loaded from the cache, file, URL or stream, then the value of IsLocal will be false.

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