ConverterGetErrorHandler Method |
Public API of XMLmind XSL-FO Converter for .NET
Returns the registered error handler.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public IErrorHandler GetErrorHandler()
Public Function GetErrorHandler As IErrorHandler
public:
IErrorHandler^ GetErrorHandler()
Return Value
Type:
IErrorHandler
The error handler, or
null if none has been specified.
See Also