←Select platform

Diagnostics Property

Summary

Manages the diagnostic rendering in this document viewer.

Syntax
C#
VB
C++
public DocumentViewerDiagnostics Diagnostics { get; } 
Public ReadOnly Property Diagnostics() As DocumentViewerDiagnostics 
   Get 
public:  
   property DocumentViewerDiagnostics^ Diagnostics 
   { 
      DocumentViewerDiagnostics^ get() 
   } 

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.WinForms Assembly