Accusoft.ThumbnailXpress6.Net
Error Event




Event which is called when an error occurs during generation or painting of a thumbnail item.
Syntax
'Declaration
 
Public Event Error As ThumbnailXpressEvents.ErrorEventHandler
'Usage
 
Dim instance As ThumbnailXpress
Dim handler As ThumbnailXpressEvents.ErrorEventHandler
 
AddHandler instance.Error, handler
Event Data

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

PropertyDescription
ItemIndex Gets and sets the index for the Thumbnail Item collection member which incurred an error during thumbnail generation.
Message Gets and sets the error message for the Thumbnail item collection member which incurred an error during thumbnail generation.
Number Gets and sets the error number for the Thumbnail Item collection member which incurred an error during thumbnail generation.
Remarks
The error could be due to generation errors like an unsupported or corrupt file, or various painting errors.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback