In This Topic

LoadDocumentError Event (DocuViewareEventsHandler)

In This Topic
Specifies the event handler for an error of document loading.
Syntax
'Declaration
 
Public Event LoadDocumentError As EventHandler(Of LoadDocumentErrorEventArgs)
public event EventHandler<LoadDocumentErrorEventArgs> LoadDocumentError
Event Data

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

PropertyDescription
Specifies an optional reference to an alternative data stream that will be used as fallback by the loader. This stream will be subsequently automatically disposed by DocuVieware.  
Specifies the name of the file, if any, attached to the data that DocuVieware failed to load.  
Specifies the error, as GdPicture status, returned by the DocuVieware loader.  
Handles a reference to the input data stream that DocuVieware failed to load.  
See Also