←Select platform

Document Property

Summary

Current document object set in this viewer.

Syntax

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

Property Value

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

Leadtools.Documents.UI.WinForms Assembly