document Property

Summary

Current document object set in this viewer.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewer.prototype, 'document', 
	get: function() 
) 
TypeScript Syntax
document: Document; // read-only 

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 Assembly