diagnostics Property

Summary

Manages the diagnostic rendering in this document viewer.

Syntax

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

Property Value

The DocumentViewerDiagnostics object that manages the diagnostic rendering in this document viewer.

Remarks

This class can be used for debugging by highlighting the bounding rectangle of objects parsed by the current Document such as the page links and text characters.

Refer to DocumentViewerDiagnostics for more information.

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