ProgressStatus event (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void ProgressStatus (short iPercent);

Overview

Refer to Working with Data Sets.

Remarks

Occurs repeatedly as LEADTOOLS processes data, so that you can update a status bar or detect a user interrupt.

This event is generated only if the EnableProgressEvent property is set to TRUE.

To interrupt a process, set the EnableProgressEvent property to FALSE.

The following methods generate ProgressStatus events:

GetBitmapValue

InsertBitmapValue

SetBitmapValue

See Also

Elements:

EnableProgressEvent property

Topics:

Data Sets: Getting and Setting Data Set Information