public LEADDocument Document {get;}
Public ReadOnly Property Document() As LEADDocument
Get
public:
property LEADDocument^ Document
{
LEADDocument^ get()
}
The resulting loaded LEADDocument object if the load operation was successful; otherwise, null.
The Document will contain the ready-to-use loaded document if the operation was successful.
The value will be null if:
If the value of System.ComponentModel.AsyncCompletedEventArgs.Cancelled is true, indicating that the operation was canceled by the user. This happens if the user had set the value of IsCancelPending to true while monitoring the Progress event.
If the value of System.ComponentModel.AsyncCompletedEventArgs.Error is not null. This happens when an error occurs while the document is being loaded. This could range from network errors thrown by the operating system to invalid file formats thrown by the LEADTOOLS framework as well as any user errors thrown by the user while monitoring the Progress event.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document