C#
VB
C++
Lets you update a status bar or interrupt the calling function's operation.
Public Delegate Function SpecialEffectsProgress( _ByVal percent As Integer _) As Boolean
public delegate bool SpecialEffectsProgress(int percent)
public delegate bool SpecialEffectsProgress(int percent)
percent
An integer from 0 to 100 that indicates the percent completion of the method that uses the delegate.
true to continue; false to interrupt.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
