isVirtual Property

Summary

Indicates that this document is virtual.

Syntax
TypeScript
JavaScript
Object.defineProperty(CacheInfo.prototype, 'isVirtual', 
   get: function(), 
   set: function(value) 
) 
isVirtual: boolean; 

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 DocumentFactory.checkCacheInfo.

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.