←Select platform

Document Property

Summary

The loaded Document object.

Syntax

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

Property Value

The result loaded Document object if the load operation was successful, otherwise; null.

Remarks

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly