view Property

Summary

Manages the main content view in this document viewer

Syntax

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

Property Value

The DocumentViewerView object that manages the thumbnails in this document viewer.

Remarks

This class manages the main content to view the pages of the current Document set in the document viewer.

Refer to DocumentViewerView for more information.

Example

For an example, refer to DocumentViewerView.

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