Click or drag to resize
ConverterGetErrorHandler Method
Public API of XMLmind XSL-FO Converter for .NET
Returns the registered error handler.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public IErrorHandler GetErrorHandler()

Return Value

Type: IErrorHandler
The error handler, or null if none has been specified.
See Also