ProgressEventArgsCurrent Property |
Gets the current value of the progress operation.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int Current { get; set; }
Public Property Current As Integer
Get
Set
Property Value
Type:
Int32 The current value of the progress operation.
Remarks When processing an image, this value is usually the current row of the image in pixels. When downloading
a file via HTTP, it's the number of bytes downloaded.
See Also