←Select platform

Document Property

Summary

Gets the loaded LEADDocument object.

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

Property Value

The resulting loaded LEADDocument object if the load operation was successful; otherwise, null.

Remarks

The Document will contain the ready-to-use loaded document if the operation was successful.

The value will be null if:

Example

For an example, refer to DocumentFactory.LoadFromUriAsync.

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