Xceed .NET Libraries Documentation
CurrentFileBytes Property


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > ByteProgressionEventArgs Class : CurrentFileBytes Property
Gets the size, in bytes, of the file currently being processed.
Syntax
'Declaration
 
Public ReadOnly Property CurrentFileBytes As ProgressionInfo
'Usage
 
Dim instance As ByteProgressionEventArgs
Dim value As ProgressionInfo
 
value = instance.CurrentFileBytes
public ProgressionInfo CurrentFileBytes {get;}

Property Value

A value indicating the size, in bytes, of the file being processed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ByteProgressionEventArgs Class
ByteProgressionEventArgs Members