Accusoft ImagXpress 12
ProgressPct Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ProgressPct Property

Glossary Item Box

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:

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

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

©2013. Accusoft Corporation. All Rights Reserved.