Accusoft ImagXpress 13
ProgressPct Property
Description
Gets and sets the Progress event frequency.
Property Type
Read-write property
Syntax
Visual Basic
Public Property ProgressPct As Long
Return Type
The frequency that the Progress event will be raised.
Remarks

This specifies the frequency at which Progress events and yields will occur based on the percentage of completion of the load, save, or image processing operation.

For example; when set to a value of 25, the control yields and issues a Progress event when the operation achieves:

This is a request that the progress frequency be this value. Depending upon the process being run, the Progress Event's pctDone parameter may start at a value other than zero, for example, one or two. And due to rounding errors, the increment may not be exactly the value of ProgressPct. For example, if ProgressPct is 10, the increments may be eleven or twelve. Also select operations may not yield as frequently requested. This is because of the lower level libraries not honoring the frequency request.

See Also

ImagXpress Object  | ImagXpress Members  | Progress Event

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback