hasDocument Property (DocumentViewer)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize