←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 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.