Accusoft.ImagXpress13.Net
ProgressEvent Event (ImagXpress)




Fires during progress events.
Syntax
'Declaration
 
Public Event ProgressEvent As ImagXpress.ProgressEventHandler
'Usage
 
Dim instance As ImagXpress
Dim handler As ImagXpress.ProgressEventHandler
 
AddHandler instance.ProgressEvent, handler
public event ImagXpress.ProgressEventHandler ProgressEvent
public: __event ImagXpress.ProgressEventHandler* ProgressEvent
public:
event ImagXpress.ProgressEventHandler^ ProgressEvent
Event Data

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

PropertyDescription
BytesProcessedGets the count of bytes processed.  
ImageGets the image for the event.  
IsAsyncGets an indicator whether subsequent image loading, processing or saving operations occur in a separate thread from the viewer control thread.  
IsCompleteGets an indicator whether the image processing is complete.  
OperationGets the operation method being performed.  
PercentDoneGets the percentage complete value of the current image operation.  
ResultGets the result of the progress event.  
TotalBytesGets the total bytes processed.  
Remarks

This event replaces the static ProgressEvent that was in the ImageX class.

See Also

Reference

ImagXpress Class
ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback