.NET Framework Class Library

DocumentConverter.OnConverterError Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > DocumentConverter Class > DocumentConverter Methods >

.NET Framework Class Library

DocumentConverter.OnConverterError Method

Namespace: Gnostice.Converter

Assembly:  Gnostice.Converter (in Gnostice.Converter.dll)

Syntax

Visual Basic

Protected Sub OnConverterError ( _
 e As ConverterErrorEventArgs _
)

C#

protected void OnConverterError(
 ConverterErrorEventArgs e
)

Visual C++

protected:
void OnConverterError(
 ConverterErrorEventArgse
)

Parameters

e

Type: Gnostice.Converter.ConverterErrorEventArgs

See Also

DocumentConverter Class

DocumentConverter Members

Gnostice.Converter Namespace