←Select platform

Document Property

Summary

Current document object set in this viewer.

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

Property Value

The LEADDocument object set in this viewer or null if the viewer does not have a document.

Remarks

Document will contain the same value set by the user with the last call to SetDocument.

Example

For an example, refer to DocumentViewer.

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.Viewer.WinForms Assembly