←Select platform

Diagnostics Property

Summary

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

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly