ProgressEventArgsCurrent Property |
Gets the current value of the progress operation.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic 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