Xceed .NET Libraries Documentation
ZipComment Property


Xceed.Zip Assembly > Xceed.Zip.ReaderWriter Namespace > ZipEndHeader Class : ZipComment Property
Gets or sets the zip file's comment.
Syntax
'Declaration
 
Public Property ZipComment As String
'Usage
 
Dim instance As ZipEndHeader
Dim value As String
 
instance.ZipComment = value
 
value = instance.ZipComment
public string ZipComment {get; set;}

Property Value

A string representing the zip file's comment.
Remarks
The zip comment can only contain ANSI characters and cannot exceed 65535 characters.
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

ZipEndHeader Class
ZipEndHeader Members