IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

ProgressStep Property

Controls the granularity at which the Progress event is fired. Values 0-100.

Syntax

[VB.NET]
Public Property ProgressStep As Integer

[C#]
public int ProgressStep {get; set;}

Remarks

This property controls the granularity at which the Progress event is fired. Values 0-100. If this property is not 0, the Progress event will be fired when 0%, n* ProgressStep and 100% of input data is read.

If this property is 0, the Progress event is disabled.

Default Value

1

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]