Accusoft.ImagXpress12.Net
ProgressPercent Property
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > Processor Class : ProgressPercent Property




Glossary Item Box

Gets and sets the ProgressEvent frequency.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

An integer value which represents the frequency of the ProgressEvent event.

Remarks

Valid values are 1 to 100.

Lower values indicate more frequent events and higher value indicate less frequent events.

This property specifies the frequency at which the ProgressEvent fires and yields occur based on the percentage of completion of the load, save, or image processing operation.

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

  • 0 completion
  • at least 25 completion
  • at least 50 completion
  • at least 75 completion
  • and, at 100% completion

Depending upon the process ran, 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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.