Xceed Real-Time Zip for .NET Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace / ZipReaderByteProgressionEventArgs Class
Members


In This Topic
    ZipReaderByteProgressionEventArgs Class
    In This Topic
    Provides byte progression information.
    Syntax
    'Declaration
     
    Public Class ZipReaderByteProgressionEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ZipReaderByteProgressionEventArgs
    public class ZipReaderByteProgressionEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Zip.ReaderWriter.ZipReaderByteProgressionEventArgs

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of bytes processed of the current file.  
    Public PropertyGets the percentage of the current file that has been processed.  
    Public PropertyGets the uncompressed size of the current file.  
    Public PropertyGets the local header of the item currently being processed.  
    Top
    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