public HPDF_STATUS setErrorHandler(void delegate(
HPDF_STATUS,
HPDF_STATUS) _dlg)
Sets a user-defined error delegate. If a function call fails, the error delegate is called.
Parameters
_dlg | The delegate to invoke |
See Also:
this( void delegate( HPDFSTATUS errorno, HPDFSTATUS detailno ) _dlg )