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


In This Topic
    ZipItemLocalHeader Class
    In This Topic
    Represents the local file header of an item in a Zip file.
    Syntax
    'Declaration
     
    Public Class ZipItemLocalHeader 
    'Usage
     
    Dim instance As ZipItemLocalHeader
    public class ZipItemLocalHeader 
    Inheritance Hierarchy

    System.Object
       Xceed.Zip.ReaderWriter.ZipItemLocalHeader

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the comment of the item in the Zip file.  
    Public PropertyGets or sets the compression level used to compress the file.  
    Public PropertyGets or sets the compression method used to compress the file.  
    Public PropertyGets or sets the encryption method used on the item in the Zip file.  
    Public PropertyGets or sets the password to use to encrypt or decrypt the item in a Zip file.  
    Public PropertyGets or sets the name of the item in the Zip file.  
    Public Property  
    Public Property  
    Top
    Public Methods
     NameDescription
    Public Method

    Creates a copy of this ZipItemLocalHeader.

     
    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