hasDocument Property

Summary

Indicatesif the viewer has a document.

Syntax

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

Property Value

true if the viewer has a document; otherwise, false.

Remarks

This property will check the value of Document and returns true if the value is not null.

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