←Select platform

IsLocal Property

Summary

Indicate that this document has been created by the user.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly