Gets the count of bytes processed.
public int BytesProcessed {get;}
public: __property int get_BytesProcessed();
public:
property int BytesProcessed {
int get();
}
'Declaration
Public ReadOnly Property BytesProcessed As Integer
'Usage
Dim instance As ProgressEventArgs
Dim value As Integer
value = instance.BytesProcessed
Property Value
An integer value which represents the number of bytes processed in the uncompressed image.