←Select platform

Document Property

Summary

Loaded child document.

Syntax
C#
VB
C++
public LEADDocument Document {get; set;} 
Public Property Document() As LEADDocument 
   Get 
   Set 
public:  
   property LEADDocument^ Document 
   { 
      LEADDocument^ get() 
      void set(LEADDocument^ value) 
   } 

Property Value

The loaded child document. If the handler leaves this value as null, then the factory will attempt to load the document using the options set in LoadFromCacheOptions.

Example

For an example, refer to DocumentFactory.LoadDocumentFromCache.

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