Cuminas DjVu SDK for .NET Framework
DecodeFailed Event



Syntax
Public Shadows Event DecodeFailed As EventHandler(Of ExceptionEventArgs)
Dim instance As PageBitmapSource
Dim handler As EventHandler(Of ExceptionEventArgs)
 
AddHandler instance.DecodeFailed, handler
public new event EventHandler<ExceptionEventArgs> DecodeFailed
public:
new event EventHandler<ExceptionEventArgs^>^ DecodeFailed
Event Data

The event handler receives an argument of type ExceptionEventArgs containing data related to this event. The following ExceptionEventArgs properties provide information specific to this event.

PropertyDescription
ErrorExceptionGets the exception that details the cause of the failure.  
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

PageBitmapSource Class
PageBitmapSource Members

Send Feedback