diagnostics Property

Summary

Manages the diagnostic rendering in this document viewer.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewer.prototype, 'diagnostics', 
	get: function() 
) 
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 LEADDocument such as the page links and text characters.

Refer to DocumentViewerDiagnostics for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly