←Select platform

IsVirtual Property

Summary

Indicates that this document is virtual.

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

Property Value

true if this document is virtual; otherwise, false.

Remarks

If the value of IsVirtual is true, then this document was originally created using DocumentFactory.Create. In this case, the document does not have an original file associated with it.

Example

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

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