←Select platform

Diagnostics Property

Summary

Object that manages the diagnostics options to use with the document converter.

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

Property Value

The object that manages the diagnostics options to use with this DocumentConverter.

Remarks

Refer to DocumentConverterDiagnostics for more information.

Example

For an example, refer to DocumentConverterDiagnostics.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly